add : cmp-path plugin
This commit is contained in:
parent
5bf92c5246
commit
e137fddf6e
|
@ -66,5 +66,6 @@ cmp.setup {
|
|||
{ name = "luasnip" },
|
||||
{ name = "buffer" },
|
||||
{ name = "nvim_lua" },
|
||||
{ name = "path" },
|
||||
},
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue