diff --git a/lua/core/cursor.lua b/lua/core/cursor.lua index c9a6d95..1951f17 100644 --- a/lua/core/cursor.lua +++ b/lua/core/cursor.lua @@ -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