更新neovim配置

This commit is contained in:
a770 2025-01-19 22:17:41 +08:00
parent 926899e09a
commit 23ac44ae4e
34 changed files with 408 additions and 1312 deletions

View file

@ -6,7 +6,7 @@ if vim.g.neovide then
vim.o.guifont = "Source Code Pro:h16" -- text below applies for VimScript
vim.g.neovide_transparency = 0.75
-- 全屏在i3和sway的配置中设置了并且速度更快
vim.g.neovide_fullscreen = true
-- vim.g.neovide_fullscreen = true
end
-- ===