commit 8f9ea150af7d80ad1de9dd86f4bf1d9888db89af parent db00849ee094145dcbbad1257f31be97d8f06a33 Author: bdmfegys@duck.com <bdmfegys@duck.com> Date: Sun, 5 May 2024 22:14:05 -0400 remove luasnip.lua Diffstat:
| D | lua/plugins/luasnip.lua | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/lua/plugins/luasnip.lua b/lua/plugins/luasnip.lua @@ -1,7 +0,0 @@ -return { - "L3MON4D3/LuaSnip", - -- follow latest release. - version = "v2.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release) - -- install jsregexp (optional!). - build = "make install_jsregexp" -}