Update neovim setup
This commit is contained in:
parent
057797e25d
commit
0755c7e3d4
7 changed files with 25 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue