[2024-05-31] Change matlab_ls root detection

This commit is contained in:
Andrew Conlin 2024-05-31 14:54:39 +01:00
parent af9d132faf
commit b428f824bb

View File

@ -1,7 +1,9 @@
local coq = require("coq")
local util = require("lspconfig.util")
require('lspconfig').matlab_ls.setup(
coq.lsp_ensure_capabilities({
cmd = { "node", "/mathworks/home/aconlin/MATLAB-language-server/out/index.js", "--stdio" },
root_dir = util.root_pattern('mw_anchor'),
settings = {
MATLAB = {
indexWorkspace = false,