diff options
| author | bh <qn+git@excalibur.computer> | 2025-11-13 20:36:04 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2025-11-13 20:36:04 +0800 |
| commit | 6ba386ec6d6cc68b39621db3dfd216a79659fcd7 (patch) | |
| tree | 4ce981182619bd024cee4499f314bc4a955e1041 /lua/plugins/init.lua | |
| parent | 1afa56764aaddbbc4253c8e61086aedec2340efd (diff) | |
Backup for LuaSnips
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")() |
