mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
mod(nvim): disabled typst.nvim for now for performance issue
This commit is contained in:
parent
652d3847df
commit
32afed5dbc
2 changed files with 21 additions and 18 deletions
|
|
@ -108,6 +108,10 @@ require "lazy".setup {
|
|||
"kaarmu/typst.vim",
|
||||
ft = "typst",
|
||||
lazy = false,
|
||||
-- major performance decrease
|
||||
-- https://github.com/kaarmu/typst.vim/issues/64
|
||||
enabled = false,
|
||||
|
||||
},
|
||||
-- HTML / JavaScript (live preview)
|
||||
{ "turbio/bracey.vim", build = "npm install --prefix server" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue