chore(nvim): a lot of changes

This commit is contained in:
Afonso Franco 2025-03-16 01:12:43 +00:00
parent 98d7e4b3d7
commit 8aeb7e3c87
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
12 changed files with 135 additions and 120 deletions

View file

@ -25,18 +25,26 @@ return {
sources = {
default = { 'lsp', 'path', 'snippets', 'buffer' },
providers = {
lazydev = { name = "LazyDev", module = "lazydev.integrations.blink", fallbacks = { "lsp" } },
lazydev = {
name = "LazyDev",
module = "lazydev.integrations.blink",
fallbacks = { "lsp" }
},
},
},
signature = {
enabled = true,
window = {
max_width = 160,
max_height = 30,
scrollbar = true,
show_documentation = false,
}
},
cmdline = {
completion = {
menu = {
auto_show = true
}
}
},
completion = {
accept = {
auto_brackets = {