[nvim] multiple stuff

This commit is contained in:
Afonso Franco 2025-01-13 02:46:56 +00:00
parent 80b8f62ea4
commit 2f609e273c
Signed by: afonso
SSH key fingerprint: SHA256:PQTRDHPH3yALEGtHXnXBp3Orfcn21pK20t0tS1kHg54
5 changed files with 38 additions and 67 deletions

View file

@ -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 = {