removed barbar
This commit is contained in:
parent
b0965ec1a3
commit
ca61ef3b32
5 changed files with 11 additions and 16 deletions
|
@ -24,6 +24,9 @@ vim.opt.undodir = os.getenv("HOME") .. "/.local/state/nvim/undodir"
|
|||
vim.opt.undofile = true
|
||||
vim.opt.updatetime = 50
|
||||
|
||||
-- close unused buffers
|
||||
vim.opt.hidden = false
|
||||
|
||||
-- end search when exiting
|
||||
vim.opt.hlsearch = false
|
||||
vim.opt.incsearch = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue