rename to docker file

This commit is contained in:
Chris 2021-07-04 23:25:16 -04:00
parent 3376118304
commit 4bbf4c290a

6
ftplugin/dockerfile.lua Normal file
View file

@ -0,0 +1,6 @@
-- npm install -g dockerfile-language-server-nodejs
require("lspconfig").dockerls.setup {
cmd = { DATA_PATH .. "/lspinstall/dockerfile/node_modules/.bin/docker-langserver", "--stdio" },
on_attach = require("lsp").common_on_attach,
root_dir = vim.loop.cwd,
}