1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 17:49:26 +00:00

[neovim] Linting, grouping anf fixing

This commit is contained in:
2022-12-10 15:16:41 +01:00
parent 3cf635cd67
commit 62bcbad040
4 changed files with 9 additions and 14 deletions

View File

@ -48,6 +48,6 @@ vim.opt.cmdheight = 0 -- Number of screen lines to use for the command-line
-- neovide
if vim.fn.exists("g:neovide") ~= 0 then
vim.g.neovide_cursor_animation_length=0
vim.g.neovide_cursor_animation_length = 0
vim.g.neovide_cursor_trail_size = 0
end