Update neovim setup

This commit is contained in:
Sonny Bakker 2023-08-19 14:10:58 +02:00
parent 057797e25d
commit 0755c7e3d4
7 changed files with 25 additions and 4 deletions

View file

@ -8,9 +8,6 @@ vim.o.syntax = 'on'
-- display all matching files when we tab complete
vim.o.wildmenu = true
-- replace vertical split pipe character with space
vim.o.fillchars = 'vert:|,fold: '
-- Having longer updatetime (default is 4000 ms = 4 s) leads to noticeable
-- delays and poor user experience.
vim.o.updatetime = 300