Conversation
| ]; | ||
| filetypes = [ | ||
| "dockerfile" | ||
| "dockercompose" |
There was a problem hiding this comment.
like we talked about on matrix:
Note
As soon as we have the new filetype API (#1365),
turn all (docker-)?compose\.ya?ml into the filetype dockercompose otherwise the LSP is to stupid...
There was a problem hiding this comment.
I could write an autocommand for this :copium:
| inherit (lib.nvim.types) mkGrammarOption diagnostics; | ||
| inherit (lib.nvim.attrsets) mapListToAttrs; | ||
|
|
||
| cfg = config.vim.languages.docker; |
There was a problem hiding this comment.
Still open for discussion if this should be a languages.docker which has the YAML and HCL support, or if it should be languages.dockerfile and YAML and HCL support should be moved into the respective modules.
3b5abee to
c6cdb87
Compare
|
rebased for my sanity |
|
I'm already using this in my nvf based config:
But as this requires a So for anybody that wants docker support in their config, feel free to steal my config, as long as you're human. |
Adds support for docker, docker compose and also docker in terraform.
most if it was already created in #1104.
Sanity Checking
nix fmt).#nix(default package).#maximal.#docs-html(manual, must build).#docs-linkcheck(optional, please build if adding links)x86_64-linuxaarch64-linuxx86_64-darwinaarch64-darwinAdd a 👍 reaction to pull requests you find important.