[2024-05-31] Change matlab_ls root detection
This commit is contained in:
parent
af9d132faf
commit
b428f824bb
@ -1,7 +1,9 @@
|
|||||||
local coq = require("coq")
|
local coq = require("coq")
|
||||||
|
local util = require("lspconfig.util")
|
||||||
require('lspconfig').matlab_ls.setup(
|
require('lspconfig').matlab_ls.setup(
|
||||||
coq.lsp_ensure_capabilities({
|
coq.lsp_ensure_capabilities({
|
||||||
cmd = { "node", "/mathworks/home/aconlin/MATLAB-language-server/out/index.js", "--stdio" },
|
cmd = { "node", "/mathworks/home/aconlin/MATLAB-language-server/out/index.js", "--stdio" },
|
||||||
|
root_dir = util.root_pattern('mw_anchor'),
|
||||||
settings = {
|
settings = {
|
||||||
MATLAB = {
|
MATLAB = {
|
||||||
indexWorkspace = false,
|
indexWorkspace = false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user