Explorar el Código

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

Luong Vo hace 3 años
padre
commit
5cdd742354
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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 = {},
     linters = {},
     lsp = {