Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Dockerfile to hadolint filetypes
ekalinin/Dockerfile.vim uses Dockerfile as a filetype, causing hadolint not to be activated when editing Dockerfile files. nvim-lspconfig also uses both filetypes for activating dockerls, so I think it makes sense to have them both for hadolint too until this is eventually changed in Dockerfile.vim. (see linked issue) See: https://github.com/neovim/nvim-lspconfig/blob/cd1ccf0/lua/lspconfig/dockerls.lua#L10 ekalinin/Dockerfile.vim#67
- Loading branch information