This commit is contained in:
Poseidon 2026-02-03 17:46:18 -05:00 committed by GitHub
commit ce6606a2a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 170 additions and 0 deletions

View file

@ -179,6 +179,15 @@ https://github.com/gorbit99/codewindow.nvim
- Add [codewindow.nvim] plugin in `vim.assistant.codewindow` with `enable` and
`setupOpts`
[Poseidon](https://github.com/poseidon-rises):
[docker-language-server]: https://github.com/docker/docker-language-server
[dockerfmt]: https://github.com/reteps/dockerfmt
[hadolint]: https://github.com/hadolint/hadolint
- Add dockerfile support using [docker-language-server], [dockerfmt], and
[hadolint].
[irobot](https://github.com/irobot):