disable animation in neovide

main
Alpha Chen 2 years ago
parent 11e13e00ad
commit 0840b94b6c
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -153,6 +153,11 @@
(set vim.o.foldmethod :expr)
(set vim.o.foldexpr "nvim_treesitter#foldexpr()")
;;; neovide
;; disable animation
(set vim.g.neovide_cursor_animation_length 0)
;;; generate help files
;; Load all plugins now.

Loading…
Cancel
Save