diff options
| author | Luong Vo <[email protected]> | 2021-09-07 00:11:54 +0700 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-09-06 21:41:54 +0430 | 
| commit | 5cdd742354c9339a24076d81c33c2620eb5e84ee (patch) | |
| tree | cbfb653a1d6dd01b7b56a430d211c19cd90f4a41 /lua | |
| parent | a5bd420cb719995b4d46d603ef976065dfb5a772 (diff) | |
fix not being able to add linters and formatters to docker (#1486)
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/defaults.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/defaults.lua b/lua/config/defaults.lua index 17712e06..0f70a281 100644 --- a/lua/config/defaults.lua +++ b/lua/config/defaults.lua @@ -348,7 +348,7 @@ lvim.lang = {        },      },    }, -  docker = { +  dockerfile = {      formatters = {},      linters = {},      lsp = {  | 
