add some neovim packages for additional linting and diagnostics

This commit is contained in:
JesseBot 2023-08-08 17:39:34 +02:00
parent 4be9a4d4f0
commit 6096f3137e

View file

@ -118,6 +118,10 @@ brew:
# colima is a docker desktop replacement
- colima
devops:
# for github actions linting
- actionlint
# vale helps with english grammar formatting and markdown formatting
- vale
# for k8s helm chart development
- helm/tap/chart-releaser
- helm/tap/chart-testing
@ -130,6 +134,8 @@ brew:
- docker
# docker dashboard tui
- lazydocker
# linter for dockerfiles
- hadolint
# programming languages and their package managers
- go
# cli for k8s (kubernetes)