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
common/home/neovim/plugins

View file

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