mirror of
https://github.com/arkorty/Neolite.git
synced 2026-03-18 00:57:12 +00:00
Merge commits till d9dba624a9502b0b172523dad30dc080e4170811 from dev to master
This commit is contained in:
8
lua/setup/gui.lua
Normal file
8
lua/setup/gui.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
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