perf: remove the friendly-snippets since causing slow down

This commit is contained in:
Dinesh Salunke 2023-07-16 13:26:10 +05:30
parent a13324cc4d
commit 0efde5536d

View File

@ -4,12 +4,6 @@ return {
build = (not jit.os:find("Windows")) build = (not jit.os:find("Windows"))
and "echo 'NOTE: jsregexp is optional, so not a big deal if it fails to build'; make install_jsregexp" and "echo 'NOTE: jsregexp is optional, so not a big deal if it fails to build'; make install_jsregexp"
or nil, or nil,
dependencies = {
"rafamadriz/friendly-snippets",
config = function()
require("luasnip.loaders.from_vscode").lazy_load()
end,
},
opts = { opts = {
history = true, history = true,
delete_check_events = "TextChanged", delete_check_events = "TextChanged",