mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +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
|
vim.o.timeout = false
|
||||||
|
|
||||||
-- Set completeopt to have a better completion experience
|
-- 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
|
-- Keeps the same screen lines in all split windows
|
||||||
vim.o.splitkeep = 'screen'
|
vim.o.splitkeep = 'screen'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue