From 24b56290a25160752685818942e964cc5e832d65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 30 Jan 2026 13:51:23 +0100 Subject: nvim: disable table-mode syntax and update typst-preview The table_mode_syntax is making nvim for some reason really slow and thus this disables it. I am not using that anyway. This also updates to the newer version of typst-preview as the older version no longer works. --- config/nvim/lua/plugins.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config/nvim/lua/plugins.lua') diff --git a/config/nvim/lua/plugins.lua b/config/nvim/lua/plugins.lua index a1c17bf..d1a4c55 100644 --- a/config/nvim/lua/plugins.lua +++ b/config/nvim/lua/plugins.lua @@ -127,9 +127,9 @@ require("packer").startup(function(use) -- Additional integrations ------------------------------------------------- use({ "chomosuke/typst-preview.nvim", - tag = "v0.1.*", - run = function() - require("typst-preview").update() + tag = "v1.*", + config = function() + require("typst-preview").setup({}) end, }) -- Movement, format and others --------------------------------------------- -- cgit v1.2.3