mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
tests/lsp: re-enable typst-lsp
This commit is contained in:
parent
b94a8401a1
commit
b90a6be04c
1 changed files with 2 additions and 6 deletions
|
@ -61,9 +61,7 @@
|
|||
};
|
||||
# rootDir
|
||||
typst-lsp = {
|
||||
# As of 2023-12-13, typst-lsp is broken
|
||||
# TODO: re-enable this test when fixed
|
||||
enable = false;
|
||||
enable = true;
|
||||
rootDir = ''
|
||||
require 'lspconfig.util'.root_pattern('.git', 'main.typ')
|
||||
'';
|
||||
|
@ -139,9 +137,7 @@
|
|||
terraformls.enable = true;
|
||||
texlab.enable = true;
|
||||
tsserver.enable = true;
|
||||
# As of 2023-12-13, typst-lsp is broken
|
||||
# TODO: re-enable this test when fixed
|
||||
typst-lsp.enable = false;
|
||||
typst-lsp.enable = true;
|
||||
vls.enable = true;
|
||||
vuels.enable = true;
|
||||
yamlls.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue