global/neovim: add typst
This commit is contained in:
parent
d177e5cc94
commit
1fa477a582
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
||||||
treesitter.enable = true;
|
treesitter.enable = true;
|
||||||
ts-autotag.enable = true;
|
ts-autotag.enable = true;
|
||||||
ts-context-commentstring.enable = true;
|
ts-context-commentstring.enable = true;
|
||||||
|
typst-vim.enable = true;
|
||||||
|
|
||||||
#nvim-jdtls.enable = true;
|
#nvim-jdtls.enable = true;
|
||||||
|
|
||||||
|
@ -81,6 +82,7 @@
|
||||||
installRustc = false;
|
installRustc = false;
|
||||||
installCargo = false;
|
installCargo = false;
|
||||||
};
|
};
|
||||||
|
typst-lsp.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue