summaryrefslogtreecommitdiff
path: root/dot_config/nvim_new/lsp/kcl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'dot_config/nvim_new/lsp/kcl.lua')
-rw-r--r--dot_config/nvim_new/lsp/kcl.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/dot_config/nvim_new/lsp/kcl.lua b/dot_config/nvim_new/lsp/kcl.lua
new file mode 100644
index 0000000..50f1dd9
--- /dev/null
+++ b/dot_config/nvim_new/lsp/kcl.lua
@@ -0,0 +1,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' },
+}