LunarVim/lua/lsp/yaml-ls.lua

6 lines
213 B
Lua
Raw Normal View History

-- npm install -g yaml-language-server
require'lspconfig'.yamlls.setup{
2021-03-26 00:58:40 +01:00
cmd = {DATA_PATH .. "/lspinstall/yaml/node_modules/.bin/yaml-language-server", "--stdio"},
on_attach = require'lsp'.common_on_attach,
}