feat nvim: cmp add friendly-snippets
This commit is contained in:
parent
bc06d78d18
commit
28016cd063
@ -43,10 +43,18 @@ return {
|
|||||||
{ "hrsh7th/nvim-cmp" },
|
{ "hrsh7th/nvim-cmp" },
|
||||||
|
|
||||||
-- " For luasnip users.
|
-- " For luasnip users.
|
||||||
{ "L3MON4D3/LuaSnip" },
|
{
|
||||||
|
"L3MON4D3/LuaSnip",
|
||||||
|
dependencies = {
|
||||||
|
"rafamadriz/friendly-snippets",
|
||||||
|
},
|
||||||
|
config = function()
|
||||||
|
require("luasnip.loaders.from_vscode").lazy_load()
|
||||||
|
end,
|
||||||
|
},
|
||||||
{ "saadparwaiz1/cmp_luasnip" },
|
{ "saadparwaiz1/cmp_luasnip" },
|
||||||
|
|
||||||
{ "rafamadriz/friendly-snippets" },
|
-- { "rafamadriz/friendly-snippets" },
|
||||||
|
|
||||||
{ "onsails/lspkind.nvim",
|
{ "onsails/lspkind.nvim",
|
||||||
lazy = true,
|
lazy = true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user