summaryrefslogtreecommitdiff
path: root/fnl/plugins/editor/cmp.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-17 22:38:00 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-09-17 22:38:00 +0200
commit1f34bacc0961ce720813ef34a04938ee5aca9565 (patch)
tree2c31f95bc384ba755884e2fe317c4c82db69ecc7 /fnl/plugins/editor/cmp.fnl
parent802ddca9b830bb08427cd6054eec384103c364c4 (diff)
Add dadbod
Diffstat (limited to 'fnl/plugins/editor/cmp.fnl')
-rw-r--r--fnl/plugins/editor/cmp.fnl5
1 files changed, 4 insertions, 1 deletions
diff --git a/fnl/plugins/editor/cmp.fnl b/fnl/plugins/editor/cmp.fnl
index a062d92..8eba613 100644
--- a/fnl/plugins/editor/cmp.fnl
+++ b/fnl/plugins/editor/cmp.fnl
@@ -31,7 +31,9 @@
{:name :spell}
{:name :orgmode}
{:name :buffer :keyword_length 4}
- {:name :path :keyword_length 6}]
+ {:name :path :keyword_length 6}
+ {:name :vim-dadbod-completion}
+ {:name :git}]
:formatting {:format (lspkind.cmp_format {:with_text true
:menu {:buffer ""
:nvim_lsp ""
@@ -55,6 +57,7 @@
:onsails/lspkind-nvim
:hrsh7th/cmp-nvim-lsp
:hrsh7th/cmp-cmdline
+ :petertriho/cmp-git
:L3MON4D3/LuaSnip
:rafamadriz/friendly-snippets
:hrsh7th/cmp-path