summaryrefslogtreecommitdiff
path: root/fnl/config/lsp/servers.fnl
blob: 6a41f691247c733546a2e409703eb83b433b684a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
;; List of lsp that should be automatically installed and supported.

[:bashls
 :clangd
 :cssls
 :dockerls
 :hls
 :html
 :jsonls
 :pyright
 :rust_analyzer
 :sqls
 :sumneko_lua
 :taplo
 :terraformls
 :texlab
 :tflint
 :yamlls
 :zk]