blob: 21174bd55a35e01ce53f5bbc97adb6c989832d09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
---@brief
---
-- https://github.com/kcl-lang/kcl.nvim
--
-- Language server for the KCL configuration and policy language.
--
return {
cmd = { 'kcl-language-server' },
filetypes = { 'kcl' },
root_markers = { '.git' },
}
|