mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-24 22:58:38 +01:00
feat: Drop typst support
Although typst is an interesting project, TeX has vastly superior typesetting and a significantly larger repository of existing packages and knowledge to extend upon. I faced auto-updating issues with typst that weren't present with vimtex, and TeX in general has better support for auto-completions due to its \backslash usage.
This commit is contained in:
parent
08cc18133d
commit
b438e9bafc
@ -29,9 +29,6 @@ in
|
|||||||
|
|
||||||
texlive.combined.scheme-full
|
texlive.combined.scheme-full
|
||||||
tectonic
|
tectonic
|
||||||
typst
|
|
||||||
typstfmt
|
|
||||||
typst-live
|
|
||||||
|
|
||||||
universal-ctags
|
universal-ctags
|
||||||
];
|
];
|
||||||
@ -83,7 +80,6 @@ in
|
|||||||
vscode-langservers-extracted
|
vscode-langservers-extracted
|
||||||
rust-analyzer
|
rust-analyzer
|
||||||
texlab
|
texlab
|
||||||
typst-lsp
|
|
||||||
nil
|
nil
|
||||||
];
|
];
|
||||||
|
|
||||||
@ -212,13 +208,6 @@ in
|
|||||||
single_file_support = false
|
single_file_support = false
|
||||||
}
|
}
|
||||||
|
|
||||||
lspconfig.typst_lsp.setup {
|
|
||||||
capabilities = capabilities,
|
|
||||||
settings = {
|
|
||||||
exportPdf = "onSave"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
lspconfig.eslint.setup {
|
lspconfig.eslint.setup {
|
||||||
capabilities = capabilities,
|
capabilities = capabilities,
|
||||||
on_attach = function(client, bufnr)
|
on_attach = function(client, bufnr)
|
||||||
@ -512,7 +501,6 @@ in
|
|||||||
vim-crystal
|
vim-crystal
|
||||||
vim-nix
|
vim-nix
|
||||||
fcitx-vim
|
fcitx-vim
|
||||||
typst-vim
|
|
||||||
tagbar
|
tagbar
|
||||||
rainbow-delimiters-nvim
|
rainbow-delimiters-nvim
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user