mirror of
https://github.com/jessebot/dot_files.git
synced 2025-10-01 01:48:43 +00:00
add some neovim packages for additional linting and diagnostics
This commit is contained in:
parent
4be9a4d4f0
commit
6096f3137e
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue