From d77821c7846b1298323f616669812baccb941acf Mon Sep 17 00:00:00 2001 From: captain Date: Thu, 2 Oct 2025 21:37:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4neovide=E4=B8=8D=E7=94=A8?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/core/cursor.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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