feat(nvim): some small config changes

This commit is contained in:
matt1432 2023-12-13 23:23:39 -05:00
parent 2710f8fcfc
commit 9b85490e24
2 changed files with 5 additions and 1 deletions

View file

@ -25,3 +25,7 @@ set undodir=/home/matt/.cache/nvim/
" remove highlight on words
nnoremap <silent> <esc> :noh<cr><esc>
" Always show the signcolumn, otherwise it would shift the text each time
" diagnostics appear/become resolved
set signcolumn=yes

View file

@ -6,7 +6,7 @@ map.setup({
map.gen_integration.diagnostic(),
},
window = {
focusable = true,
focusable = false,
width = 7,
winblend = 75,
},