- updated to vue_ls 3.0

- fixed lua_ls lua version changed to 'LuaJIT'
This commit is contained in:
Erik Mertens
2025-08-04 16:04:47 +02:00
parent 4e6533cf57
commit af66b3c56b
4 changed files with 156 additions and 72 deletions

View File

@@ -46,7 +46,8 @@ return {
-- when the Rust fuzzy matcher is not available, by using `implementation = "prefer_rust"`
--
-- See the fuzzy documentation for more information
fuzzy = { implementation = "prefer_rust_with_warning" }
-- fuzzy = { implementation = "prefer_rust_with_warning" }
fuzzy = { implementation = "lua" }
},
opts_extend = { "sources.default" }
}