add : cmp-path plugin
This commit is contained in:
parent
5bf92c5246
commit
e137fddf6e
@ -66,5 +66,6 @@ cmp.setup {
|
|||||||
{ name = "luasnip" },
|
{ name = "luasnip" },
|
||||||
{ name = "buffer" },
|
{ name = "buffer" },
|
||||||
{ name = "nvim_lua" },
|
{ name = "nvim_lua" },
|
||||||
|
{ name = "path" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
@ -217,6 +217,11 @@ return packer.startup(function()
|
|||||||
after = "cmp-nvim-lsp",
|
after = "cmp-nvim-lsp",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
use {
|
||||||
|
"hrsh7th/cmp-path",
|
||||||
|
disable = not plugin_status.cmp,
|
||||||
|
after = "cmp-buffer",
|
||||||
|
}
|
||||||
-- misc plugins
|
-- misc plugins
|
||||||
use {
|
use {
|
||||||
"windwp/nvim-autopairs",
|
"windwp/nvim-autopairs",
|
||||||
|
Loading…
Reference in New Issue
Block a user