mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-17 16:51:42 +00:00
Remove GUI options
This commit is contained in:
1
init.lua
1
init.lua
@@ -9,5 +9,4 @@ require("setup.nvim-lspconfig")
|
||||
require("setup.null-ls")
|
||||
require("setup.gitsigns")
|
||||
require("setup.colorscheme")
|
||||
require("setup.gui")
|
||||
require("setup.terminal")
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
if vim.g.neovide then
|
||||
vim.g.neovide_padding_top = 8
|
||||
vim.g.neovide_padding_bottom = 8
|
||||
vim.g.neovide_padding_right = 8
|
||||
vim.g.neovide_padding_left = 8
|
||||
vim.g.neovide_transparency = 1
|
||||
vim.o.guifont = "JetBrainsMonoNL Nerd Font:h10"
|
||||
end
|
||||
Reference in New Issue
Block a user