更新blink.cmp命令行相关配置

This commit is contained in:
a770 2025-04-21 22:18:24 +08:00
parent 5528ddf7d2
commit 1a430bf24b
11 changed files with 161 additions and 235 deletions

View file

@ -4,7 +4,7 @@
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_transparency = 0.75
vim.g.neovide_opacity = 0.75
-- 全屏在i3和sway的配置中设置了并且速度更快
-- vim.g.neovide_fullscreen = true
end