[2024-10-04] nvim custom status bar, minor updates to

alacritty
This commit is contained in:
Andrew Conlin 2024-10-04 16:55:18 +01:00
parent 4f8211dc18
commit 5684f8c6ec
9 changed files with 169 additions and 28 deletions

View file

@ -4,6 +4,7 @@ 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,
settings = {
MATLAB = {
indexWorkspace = false,