From 0efde5536d709859aa3ea23a33a9af75a43f8392 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Sun, 16 Jul 2023 13:26:10 +0530 Subject: [PATCH] perf: remove the friendly-snippets since causing slow down --- lua/plugins/coding.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lua/plugins/coding.lua b/lua/plugins/coding.lua index cec4d21..d84a460 100644 --- a/lua/plugins/coding.lua +++ b/lua/plugins/coding.lua @@ -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",