mirror of
https://github.com/cap153/nvim.git
synced 2025-12-26 19:25:01 +08:00
删除neovide不用的配置
This commit is contained in:
parent
6603e8b15e
commit
d77821c784
1 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue