feat(nvim): some small config changes
This commit is contained in:
parent
2710f8fcfc
commit
9b85490e24
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -6,7 +6,7 @@ map.setup({
|
|||
map.gen_integration.diagnostic(),
|
||||
},
|
||||
window = {
|
||||
focusable = true,
|
||||
focusable = false,
|
||||
width = 7,
|
||||
winblend = 75,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue