forked from dineshsalunke/nvim-config
perf: remove the friendly-snippets since causing slow down
This commit is contained in:
parent
a13324cc4d
commit
0efde5536d
@ -4,12 +4,6 @@ return {
|
||||
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"
|
||||
or nil,
|
||||
dependencies = {
|
||||
"rafamadriz/friendly-snippets",
|
||||
config = function()
|
||||
require("luasnip.loaders.from_vscode").lazy_load()
|
||||
end,
|
||||
},
|
||||
opts = {
|
||||
history = true,
|
||||
delete_check_events = "TextChanged",
|
||||
|
Loading…
x
Reference in New Issue
Block a user