summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/servers.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/config/lsp/servers.fnl')
-rw-r--r--fnl/config/lsp/servers.fnl18
1 files changed, 18 insertions, 0 deletions
diff --git a/fnl/config/lsp/servers.fnl b/fnl/config/lsp/servers.fnl
new file mode 100644
index 0000000..0d50953
--- /dev/null
+++ b/fnl/config/lsp/servers.fnl
@@ -0,0 +1,18 @@
+;; List of lsp that should be automatically installed and supported.
+
+[:bashls
+ :clangd
+ :cssls
+ :dockerls
+ :hls
+ :html
+ :jsonls
+ :rust_analyzer
+ :sqls
+ :sumneko_lua
+ :taplo
+ :terraformls
+ :texlab
+ :tflint
+ :yamlls
+ :zk]