From 24b56290a25160752685818942e964cc5e832d65 Mon Sep 17 00:00:00 2001 From: Karel Kočí 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/init.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/nvim/init.vim') diff --git a/config/nvim/init.vim b/config/nvim/init.vim index 8ca2669..c269b77 100644 --- a/config/nvim/init.vim +++ b/config/nvim/init.vim @@ -99,6 +99,9 @@ nnoremap :Explore nnoremap l :bnext nnoremap h :bprev +" Table mode +let g:table_mode_syntax = 0 + " Format nmap f :lua require("conform").format() -- cgit v1.3