configures code companion
This commit is contained in:
parent
e72ddd642b
commit
21ff475f93
4 changed files with 40 additions and 1 deletions
|
|
@ -28,7 +28,10 @@ return {
|
|||
},
|
||||
sources = {
|
||||
default = { "lazydev", "lsp", "path", "snippets", "buffer" },
|
||||
per_filetype = { sql = { "dadbod" } },
|
||||
per_filetype = {
|
||||
sql = { "dadbod" },
|
||||
codecompanion = { "codecompanion" },
|
||||
},
|
||||
providers = {
|
||||
dadbod = { module = "vim_dadbod_completion.blink" },
|
||||
lazydev = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue