fix null-ls cppcheck, add buffermappings, better window highlighting
This commit is contained in:
parent
6458c24d8a
commit
c371ab161e
4 changed files with 19 additions and 2 deletions
|
@ -73,4 +73,8 @@ vim.opt.backup = false
|
|||
vim.opt.undodir = os.getenv("HOME") .. "/.local/share/nvim/undodir"
|
||||
vim.opt.undofile = true
|
||||
|
||||
vim.opt.shortmess = "I"
|
||||
-- message options
|
||||
vim.opt.shortmess = "aItTF"
|
||||
|
||||
-- hide buffers instead of closing
|
||||
vim.opt.hidden = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue