diff --git a/users/modules/global/neovim.nix b/users/modules/global/neovim.nix index 553be74..1210f7b 100644 --- a/users/modules/global/neovim.nix +++ b/users/modules/global/neovim.nix @@ -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; }; }; };