mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
minor fix
This commit is contained in:
parent
0cc9ea310b
commit
ec73a87334
10 changed files with 898 additions and 279 deletions
|
|
@ -1,19 +1,17 @@
|
|||
return {
|
||||
{ import = "plugins.mod.nvim-cmp" },
|
||||
{
|
||||
"saadparwaiz1/cmp_luasnip"
|
||||
"saadparwaiz1/cmp_luasnip",
|
||||
},
|
||||
{
|
||||
"L3MON4D3/LuaSnip",
|
||||
build = "make install_jsregexp",
|
||||
config = function()
|
||||
require("luasnip.loaders.from_vscode").load_standalone(
|
||||
{
|
||||
path = "~/.config/zed/snippets/c.json" }
|
||||
)
|
||||
require("luasnip.loaders.from_vscode").lazy_load({ paths = "~/.config/lsp-snippets" })
|
||||
-- require("luasnip.loaders.from_vscode").lazy_load()
|
||||
end,
|
||||
-- TODO: Remove this, simply delete this will let nvim-cmp not work
|
||||
dependencies = { "rafamadriz/friendly-snippets" },
|
||||
-- dependencies = { "rafamadriz/friendly-snippets" },
|
||||
},
|
||||
{
|
||||
"zbirenbaum/copilot-cmp",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue