mod(nvim): disabled typst.nvim for now for performance issue

This commit is contained in:
Léana 江 2023-10-31 18:39:48 +01:00 committed by Léana 江
parent 652d3847df
commit 32afed5dbc
2 changed files with 21 additions and 18 deletions

View file

@ -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" },