Update some packages of nvim

Update Mason and mason-lspconfig to use typos_lsp
also add gitlint to ensure_install
This commit is contained in:
Alexander Navarro 2023-12-08 10:09:13 -03:00
parent 929a1110a5
commit 975482447d
4 changed files with 5 additions and 4 deletions

View file

@ -13,6 +13,7 @@ return {
"lua_ls",
"tsserver",
"yamlls",
"gitlint",
}
require("plugins.configs.mason-lspconfig")(plugin, opts)
end,