diff --git a/home/neovim.nix b/home/neovim.nix index fc0ac53e..38d1a621 100644 --- a/home/neovim.nix +++ b/home/neovim.nix @@ -29,9 +29,6 @@ in texlive.combined.scheme-full tectonic - typst - typstfmt - typst-live universal-ctags ]; @@ -83,7 +80,6 @@ in vscode-langservers-extracted rust-analyzer texlab - typst-lsp nil ]; @@ -212,13 +208,6 @@ in single_file_support = false } - lspconfig.typst_lsp.setup { - capabilities = capabilities, - settings = { - exportPdf = "onSave" - } - } - lspconfig.eslint.setup { capabilities = capabilities, on_attach = function(client, bufnr) @@ -512,7 +501,6 @@ in vim-crystal vim-nix fcitx-vim - typst-vim tagbar rainbow-delimiters-nvim ];