feat(plugins): add plugins to cmp config

add commit, vim-dadbot-completion and cmp-tw2css plugins to cmp config
This commit is contained in:
Herbert Maschke 2023-02-28 12:55:35 +01:00
parent a7e7f28639
commit 106575b4c1

View file

@ -278,6 +278,9 @@ M.config = function()
{ name = "emoji" },
{ name = "treesitter" },
{ name = "crates" },
{ name = "commit" },
{ name = "vim-dadbot-completion" },
{ name = "cmp-tw2css" },
{ name = "tmux" },
},
mapping = cmp_mapping.preset.insert {