diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-30 18:26:04 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-30 18:26:04 +0200 |
commit | cce9487d9a0dc7f3c9a590cb02d35eb4de729991 (patch) | |
tree | de2ff1a14c8e39f1a0c4a4065aa5457cf56c1d86 /fnl/config/lsp/mason-lspconfig.fnl | |
parent | 210a3fd7734cb5ffcc21ed26a502006e9633a050 (diff) |
Update lsp servers
Diffstat (limited to 'fnl/config/lsp/mason-lspconfig.fnl')
-rw-r--r-- | fnl/config/lsp/mason-lspconfig.fnl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fnl/config/lsp/mason-lspconfig.fnl b/fnl/config/lsp/mason-lspconfig.fnl index 704761d..a2bd714 100644 --- a/fnl/config/lsp/mason-lspconfig.fnl +++ b/fnl/config/lsp/mason-lspconfig.fnl @@ -10,10 +10,11 @@ :jsonls :pyright :rust_analyzer + :sumneko_lua + :sqls :taplo :terraformls :texlab - :sumneko_lua :tflint :yamlls :zk]) |