feat: Adding in several flags for neovim's calling of luarocks to

prevent the need for environment configuration to install/use
tree-sitter.
This commit is contained in:
2026-06-08 21:03:11 -05:00
parent 02d8fff47e
commit c3fad7d51f
3 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,6 @@ require('mason-lspconfig').setup {
'marksman', -- markdown
'pylsp', -- Python
'rust_analyzer', -- Rust
'ts_ls', -- Typscript
'yamlls', -- YAML
}
}