1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2024-12-22 08:08:00 +00:00

[neovim] Remove unused options

This commit is contained in:
Daniel Carrillo 2023-01-20 20:09:15 +01:00
parent cdcd1cbf9f
commit 7d849cc9bd
Signed by: dcarrillo
GPG Key ID: E4CD5C09DAED6E16

View File

@ -46,8 +46,3 @@ vim.opt.linebreak = true
-- experimental
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_trail_size = 0
end