install dadbod and neotree

This commit is contained in:
2025-09-01 10:23:03 +03:00
parent 0ba639e806
commit 4aa3e696b8
5 changed files with 63 additions and 7 deletions

View File

@@ -48,6 +48,9 @@ return {
sources = {
default = { 'lazydev', 'lsp', 'snippets', 'ripgrep', 'path', 'buffer' },
per_filetype = {
sql = { 'snippets', 'dadbod', 'buffer', 'ripgrep' }
},
providers = {
lazydev = {
name = 'LazyDev',
@@ -88,6 +91,9 @@ return {
return items
end,
},
dadbod = {
name = 'Dadbod', module = 'vim_dadbod_completion.blink'
},
},
},