mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-09 15:05:30 +00:00
languages/dockerfile: init
Add dockerfile support using docker-language-server, dockerfmt, and hadolint.
This commit is contained in:
parent
1a053852d2
commit
c340eaf46f
4 changed files with 140 additions and 0 deletions
|
|
@ -507,6 +507,9 @@
|
|||
[qmk-nvim]: https://github.com/codethread/qmk.nvim
|
||||
[qmlls]: https://doc.qt.io/qt-6/qtqml-tooling-qmlls.html
|
||||
[qmlformat]: https://doc.qt.io/qt-6/qtqml-tooling-qmlformat.html
|
||||
[docker-language-server]: https://github.com/docker/docker-language-server
|
||||
[dockerfmt]: https://github.com/reteps/dockerfmt
|
||||
[hadolint]: https://github.com/hadolint/hadolint
|
||||
|
||||
- Add [nvim-biscuits] support under `vim.utility.nvim-biscuits`.
|
||||
- Add just support under `vim.languages.just` using [just-lsp].
|
||||
|
|
@ -516,6 +519,8 @@
|
|||
[htmlHINT].
|
||||
- Add QMK support under `vim.utility.qmk-nvim` via [qmk-nvim].
|
||||
- Add QML support under `vim.languages.qml` using [qmlls] and [qmlformat].
|
||||
- Add Dockerfile support under `vim.languages.dockerfile` using
|
||||
[docker-language-server], [dockerfmt], and [hadolint].
|
||||
|
||||
[Morsicus](https://github.com/Morsicus):
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue