chore(nvim): ensure proto TS

main
sudo pacman -Syu 2023-07-03 11:07:08 +07:00
parent 2de6a7a476
commit fef374081b
1 changed files with 3 additions and 2 deletions

View File

@ -283,9 +283,10 @@ require("lazy").setup({
ensure_installed = {
"go",
"json",
"yaml",
"toml",
"lua",
"toml",
"yaml",
"proto",
},
})
end,