1
0
Fork 0

clean up cmp

This commit is contained in:
Luca Bilke 2023-01-26 17:10:00 +01:00
parent d1b046de11
commit 0889c2b2b5
2 changed files with 1 additions and 1 deletions

View file

@ -182,6 +182,7 @@ local plugins = {
{ "hrsh7th/cmp-nvim-lsp", after = "cmp-nvim-lua" },
{ "hrsh7th/cmp-buffer", after = "cmp-nvim-lsp" },
{ "hrsh7th/cmp-path", after = "cmp-buffer" },
{ "onsails/lspkind.nvim" },
{ "windwp/nvim-autopairs",
after = "nvim-cmp",
config = function()

View file

@ -1,2 +1 @@
TODO: Clean up autocomplete bindings
TODO: Clean up telescope triggers