aboutsummaryrefslogtreecommitdiffstats
path: root/doc/configs.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/configs.txt')
-rw-r--r--doc/configs.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/configs.txt b/doc/configs.txt
index 5d5bc5d1..ce10912a 100644
--- a/doc/configs.txt
+++ b/doc/configs.txt
@@ -4209,6 +4209,28 @@ Default config:
<
------------------------------------------------------------------------------
+hylo_ls
+
+https://github.com/hylo-lang/hylo-language-server
+
+A language server for the Hylo programming language.
+
+Snippet to enable the language server: >lua
+ vim.lsp.enable('hylo_ls')
+
+
+Default config:
+- cmd: >lua
+ { "hylo-language-server", "--stdio" }
+- filetypes: >lua
+ { "hylo" }
+- root_markers: >lua
+ { ".git" }
+- settings: >lua
+ {}
+<
+
+------------------------------------------------------------------------------
hyprls
https://github.com/hyprland-community/hyprls