global/neovim: add typst

This commit is contained in:
Infinidoge 2024-06-16 15:41:50 -04:00
parent d177e5cc94
commit 1fa477a582
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -59,6 +59,7 @@
treesitter.enable = true;
ts-autotag.enable = true;
ts-context-commentstring.enable = true;
typst-vim.enable = true;
#nvim-jdtls.enable = true;
@ -81,6 +82,7 @@
installRustc = false;
installCargo = false;
};
typst-lsp.enable = true;
};
};
};