aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/yang_lsp.lua
blob: b34f7c49cd1a677c9a761c320a66fab23f2b216b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@brief
---
--- https://github.com/TypeFox/yang-lsp
---
--- A Language Server for the YANG data modeling language.
return {
  cmd = { 'yang-language-server' },
  filetypes = { 'yang' },
  root_markers = { '.git' },
}