删除neovide不用的配置

This commit is contained in:
captain 2025-10-02 21:37:36 +08:00
parent 6603e8b15e
commit d77821c784

View file

@ -2,10 +2,9 @@
-- === 光标移动neovide
-- ===
if vim.g.neovide then
-- Put anything you want to happen only in Neovide here
vim.o.guifont = "Source Code Pro:h16" -- text below applies for VimScript
vim.g.neovide_opacity = 0.75
-- 全屏在i3和sway的配置中设置了并且速度更快
-- vim.o.guifont = "Source Code Pro:h16" -- text below applies for VimScript
-- 全屏可以在i3和sway的配置中设置
-- vim.g.neovide_fullscreen = true
end