mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
nvim: migrate to 0.11
This commit is contained in:
parent
9a7bea28b4
commit
9f849189da
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ vim.o.updatetime = 250
|
|||
vim.o.timeout = false
|
||||
|
||||
-- Set completeopt to have a better completion experience
|
||||
vim.o.completeopt = 'menuone,noselect'
|
||||
vim.o.completeopt = 'menuone,noselect,fuzzy'
|
||||
|
||||
-- Keeps the same screen lines in all split windows
|
||||
vim.o.splitkeep = 'screen'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue