nvim: colors

This commit is contained in:
Daniel Lundin 2024-11-09 01:33:49 +01:00
parent f6f2286505
commit 1eb8637840
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 165 additions and 130 deletions
home/common/nvim

View file

@ -57,6 +57,17 @@
config = ''
require'blink-cmp'.setup({
keymap = 'super-tab',
windows = {
autocomplete = {
border = 'none',
},
documentation = {
border = 'rounded',
},
signature_help = {
border = 'rounded',
},
},
})
'';
}