Configured mason for auto-installation (currently does not work)

- added dockerfile treesitter
This commit is contained in:
2026-05-18 04:54:10 -05:00
parent 74b676c66c
commit abb12585de
2 changed files with 31 additions and 20 deletions
+2 -1
View File
@@ -289,7 +289,8 @@ function M.nvim_treesitter_new()
"vim",
"yaml",
"toml",
"php",
"php",
"dockerfile",
}
local run_langs = vim.tbl_extend("force", install_langs, {
"htmlangular",