removed barbar

This commit is contained in:
kalmenn 2023-12-20 12:12:56 +01:00
parent b0965ec1a3
commit ca61ef3b32
Signed by: kalmenn
GPG key ID: F500055C44BC3834
5 changed files with 11 additions and 16 deletions

View file

@ -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