Browse Source

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

Luong Vo 3 years ago
parent
commit
5cdd742354
2 changed files with 2 additions and 2 deletions
  1. 1 1
      ftplugin/dockerfile.lua
  2. 1 1
      lua/config/defaults.lua

+ 1 - 1
ftplugin/dockerfile.lua

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

+ 1 - 1
lua/config/defaults.lua

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