neovim

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit db00849ee094145dcbbad1257f31be97d8f06a33
parent 361e3c94c15da9bc6d19b58ff4be5e9c7a002d01
Author: bdmfegys@duck.com <bdmfegys@duck.com>
Date:   Sun,  5 May 2024 22:12:02 -0400

luasnip.lua: install luasnip plugin

Diffstat:
Alua/plugins/luasnip.lua | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/lua/plugins/luasnip.lua b/lua/plugins/luasnip.lua @@ -0,0 +1,7 @@ +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" +}