add : cmp-path plugin

This commit is contained in:
siduck76 2021-09-29 18:16:43 +05:30
parent 5bf92c5246
commit e137fddf6e
2 changed files with 6 additions and 0 deletions

View file

@ -217,6 +217,11 @@ return packer.startup(function()
after = "cmp-nvim-lsp",
}
use {
"hrsh7th/cmp-path",
disable = not plugin_status.cmp,
after = "cmp-buffer",
}
-- misc plugins
use {
"windwp/nvim-autopairs",