nvim: remove settings for neovide

This commit is contained in:
inkch 2024-01-17 11:21:01 +09:00
parent a22636cab8
commit d8461b6aa9

View File

@ -1,10 +1,3 @@
{{- if (or (eq .chezmoi.hostname "arch") (eq .chezmoi.hostname "buzz")) }}
if (vim.g.neovide) then
vim.g.neovide_scale_factor = 0.7
vim.g.neovide_cursor_animation_length = 0
end
{{- end }}
vim.cmd([[
try
if exists('+termguicolors')