install dadbod and neotree
This commit is contained in:
@@ -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'
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user