fix not being able to add linters and formatters to docker (#1486)

This commit is contained in:
Luong Vo 2021-09-07 00:11:54 +07:00 committed by GitHub
parent a5bd420cb7
commit 5cdd742354
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
require("lsp").setup "docker" require("lsp").setup "dockerfile"

View file

@ -348,7 +348,7 @@ lvim.lang = {
}, },
}, },
}, },
docker = { dockerfile = {
formatters = {}, formatters = {},
linters = {}, linters = {},
lsp = { lsp = {