- updated to vue_ls 3.0
- fixed lua_ls lua version changed to 'LuaJIT'
This commit is contained in:
@@ -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" }
|
||||
}
|
||||
|
Reference in New Issue
Block a user