Skip to content

Commit

Permalink
blink.cmp: fix snipped support by removing luasnip
Browse files Browse the repository at this point in the history
Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Dec 30, 2024
1 parent bf39431 commit 266af01
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
1 change: 0 additions & 1 deletion lazy-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"Comment.nvim": { "branch": "master", "commit": "e30b7f2008e52442154b66f7c519bfd2f1e32acb" },
"LuaSnip": { "branch": "master", "commit": "33b06d72d220aa56a7ce80a0dd6f06c70cd82b9d" },
"avante.nvim": { "branch": "main", "commit": "be92be6124f743c30ba4b52ded908d02cfb80a1b" },
"barbecue": { "branch": "main", "commit": "cd7e7da622d68136e13721865b4d919efd6325ed" },
"blink.cmp": { "branch": "main", "commit": "5f442681df24fe705d1ee7ce5b4d435aa4b4dee4" },
Expand Down
18 changes: 1 addition & 17 deletions lua/plugins/language.lua
Original file line number Diff line number Diff line change
Expand Up @@ -61,16 +61,6 @@ local function setup_treesitter()
})
end

local function setup_luasnip()
local luasnip = require("luasnip")

luasnip.config.set_config({
history = true,
})

require("luasnip/loaders/from_vscode").load()
end

return {
{
"nvim-treesitter/nvim-treesitter",
Expand All @@ -95,17 +85,11 @@ return {
list = {
selection = "auto_insert",
},
}
},
},
dependencies = {
"rafamadriz/friendly-snippets",
},
},
{
"L3MON4D3/LuaSnip",
config = function()
setup_luasnip()
end,
},
"onsails/lspkind-nvim",
}

0 comments on commit 266af01

Please sign in to comment.