mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-04 01:55:08 +02:00
rename to docker file
This commit is contained in:
parent
3376118304
commit
4bbf4c290a
1 changed files with 0 additions and 0 deletions
6
ftplugin/dockerfile.lua
Normal file
6
ftplugin/dockerfile.lua
Normal 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,
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue