clean up cmp
This commit is contained in:
parent
d1b046de11
commit
0889c2b2b5
2 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
TODO: Clean up autocomplete bindings
|
||||
TODO: Clean up telescope triggers
|
||||
|
|
Loading…
Add table
Reference in a new issue