[nvim] multiple stuff
This commit is contained in:
parent
80b8f62ea4
commit
2f609e273c
5 changed files with 38 additions and 67 deletions
|
@ -2,7 +2,9 @@ return {
|
|||
{
|
||||
'saghen/blink.cmp',
|
||||
lazy = false,
|
||||
dependencies = 'rafamadriz/friendly-snippets',
|
||||
dependencies = {
|
||||
'rafamadriz/friendly-snippets',
|
||||
},
|
||||
version = "*",
|
||||
opts = {
|
||||
keymap = {
|
||||
|
@ -26,6 +28,7 @@ return {
|
|||
max_width = 160,
|
||||
max_height = 30,
|
||||
scrollbar = true,
|
||||
show_documentation = false,
|
||||
}
|
||||
},
|
||||
completion = {
|
||||
|
@ -40,7 +43,7 @@ return {
|
|||
winblend = 0,
|
||||
draw = {
|
||||
treesitter = { 'lsp' },
|
||||
columns = { { 'kind_icon'}, { 'label' } },
|
||||
columns = { { 'kind_icon' }, { 'label' } },
|
||||
}
|
||||
},
|
||||
documentation = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue