From 740e27ec856cc688f0ecf0ffe2b55b26ce771407 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Wed, 7 Jul 2021 14:27:30 +0200 Subject: Add language support for linting and diagnostics --- .config/nvim/ftplugin/yaml.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .config/nvim/ftplugin/yaml.lua (limited to '.config/nvim/ftplugin/yaml.lua') diff --git a/.config/nvim/ftplugin/yaml.lua b/.config/nvim/ftplugin/yaml.lua new file mode 100644 index 0000000..afb82fe --- /dev/null +++ b/.config/nvim/ftplugin/yaml.lua @@ -0,0 +1,6 @@ +-- npm install -g yaml-language-server +require("lspconfig").yamlls.setup { + cmd = { DATA_PATH .. "/lspinstall/yaml/node_modules/.bin/yaml-language-server", "--stdio" }, + on_attach = require("cfg.lsp").common_on_attach, +} +vim.cmd "setl ts=2 sw=2 ts=2 ai et" -- cgit v1.2.3-70-g09d2