diff options
Diffstat (limited to 'lua/plugins/init.lua')
| -rw-r--r-- | lua/plugins/init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index f66d9c6..760660f 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -46,6 +46,7 @@ return { -- follow latest release. version = "v2.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release) -- install jsregexp (optional!). + dependencies = { "rafamadriz/friendly-snippets" }, build = "make install_jsregexp", config = function() require("config.luasnip")() |
