nvim: colors
This commit is contained in:
parent
f6f2286505
commit
1eb8637840
2 changed files with 165 additions and 130 deletions
home/common/nvim
|
@ -57,6 +57,17 @@
|
|||
config = ''
|
||||
require'blink-cmp'.setup({
|
||||
keymap = 'super-tab',
|
||||
windows = {
|
||||
autocomplete = {
|
||||
border = 'none',
|
||||
},
|
||||
documentation = {
|
||||
border = 'rounded',
|
||||
},
|
||||
signature_help = {
|
||||
border = 'rounded',
|
||||
},
|
||||
},
|
||||
})
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue