added typst lsp to nixvim
Does not seem to work though :(
This commit is contained in:
parent
c4119b1150
commit
8c1dc764c4
3 changed files with 102 additions and 275 deletions
|
@ -14,9 +14,9 @@
|
|||
gopls = {enable = true;};
|
||||
terraformls = {enable = true;};
|
||||
tsserver = {enable = false;};
|
||||
yamlls = {
|
||||
enable = true;
|
||||
};
|
||||
yamlls.enable = true;
|
||||
typst-lsp.enable = true;
|
||||
texlab.enable = true;
|
||||
};
|
||||
keymaps = {
|
||||
silent = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue