[2025-04-04] Update to neovim v0.11
https://gpanders.com/blog/whats-new-in-neovim-0-11/
This commit is contained in:
parent
9eff9122fc
commit
7603f0de8e
5 changed files with 12 additions and 13 deletions
|
@ -1,7 +1,6 @@
|
|||
local coq = require("coq")
|
||||
local util = require("lspconfig.util")
|
||||
require('lspconfig').matlab_ls.setup(
|
||||
coq.lsp_ensure_capabilities({
|
||||
{
|
||||
cmd = { "node", os.getenv("HOME") .. "/MATLAB-language-server/out/index.js", "--stdio" },
|
||||
root_dir = util.root_pattern('mw_anchor'),
|
||||
single_file_support = true,
|
||||
|
@ -13,5 +12,5 @@ require('lspconfig').matlab_ls.setup(
|
|||
telemetry = false
|
||||
}
|
||||
}
|
||||
})
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue