Merge commits till d9dba624a9502b0b172523dad30dc080e4170811 from dev to master

This commit is contained in:
2024-03-27 23:52:39 +05:30
parent 63d4076533
commit 8b4bacceb6
25 changed files with 461 additions and 659 deletions

8
lua/setup/gui.lua Normal file
View 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