fix null-ls cppcheck, add buffermappings, better window highlighting

This commit is contained in:
xesc 2025-02-27 19:24:02 +01:00
parent 6458c24d8a
commit c371ab161e
4 changed files with 19 additions and 2 deletions

View file

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