Open
Conversation
bd8558e to
587551c
Compare
8b98f07 to
ba9ce8b
Compare
587551c to
c340eaf
Compare
horriblename
previously approved these changes
Jan 18, 2026
de27e1d to
2ed5e04
Compare
2ed5e04 to
e9d556f
Compare
The base branch was changed.
Add dockerfile support using docker-language-server, dockerfmt, and hadolint.
e9d556f to
51c2132
Compare
snoweuph
reviewed
Feb 2, 2026
| inherit (lib.nvim.types) mkGrammarOption diagnostics; | ||
| inherit (lib.nvim.attrsets) mapListToAttrs; | ||
|
|
||
| cfg = config.vim.languages.dockerfile; |
Contributor
There was a problem hiding this comment.
I would just call it docker, as it supports dockerfile and compose.yml format.
snoweuph
reviewed
Feb 2, 2026
| ]; | ||
| filetypes = [ | ||
| "dockerfile" | ||
| "yaml.docker-compose" |
Contributor
There was a problem hiding this comment.
im pretty sure a compose.yml will be detected as yaml by default and not yaml.docker-compose, so prolly should be added.
snoweuph
reviewed
Feb 2, 2026
| "dockerfile" | ||
| "yaml.docker-compose" | ||
| ]; | ||
| root_markers = [ |
Contributor
There was a problem hiding this comment.
should prolly include .git, as projects might be a git repo with Something.Dockerfile or simmilar. (ive seen it at work before)
8 tasks
Contributor
|
might I ask, whats currently blocking this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add dockerfile support using docker-language-server, dockerfmt, and hadolint.
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.