config/nvim: fix inverted neovide check
This commit is contained in:
parent
403116dd45
commit
82b5ac0b47
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ vim.diagnostic.config({ virtual_text = true })
|
|||
-- keymaps for plugins are defined in the plugin config.
|
||||
|
||||
-- keep neovide-specifics neovide-specific
|
||||
if not vim.g.neovide then
|
||||
if vim.g.neovide then
|
||||
-- disable cursor animations
|
||||
vim.g.neovide_position_animation_length = 0
|
||||
vim.g.neovide_cursor_animation_length = 0.00
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue