feat: update nvim config to match 0.12 version

This commit is contained in:
2026-04-13 23:53:34 +02:00
parent 9f62daedcd
commit e5300b3686
18 changed files with 176 additions and 317 deletions

View File

@@ -3,6 +3,7 @@ return {
"L3MON4D3/LuaSnip",
dependencies = { "rafamadriz/friendly-snippets" },
version = "v2.*", -- Replace <CurrentMajor> by the latest released major (first number of latest release)
enabled = false,
-- install jsregexp (optional!).
build = "make install_jsregexp",
config = function ()