fix: Fixes filetype plugins for nvim.

This commit is contained in:
2024-11-23 15:26:33 -05:00
parent 0a9e065b4d
commit 3badd6a046
5 changed files with 29 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ local wo = vim.wo
local fn = vim.fn
vim.cmd.set("inccommand=split")
o.filetype = "on"
o.updatetime = 500 -- faster completion
o.timeoutlen = 800 -- time to wait for a mapped sequence to complete (in milliseconds)
o.ttimeoutlen = 300 -- Time in milliseconds to wait for a key code sequence to complete