enable typst-preview again

This commit is contained in:
Noa Aarts 2025-11-22 12:07:47 +01:00
parent efb83d523e
commit 939335846c
Signed by: noa
GPG key ID: 1850932741EFF672
2 changed files with 26 additions and 19 deletions

View file

@ -177,6 +177,13 @@ require('lazy').setup({
'tpope/vim-fugitive', -- git thing
'norcalli/nvim-colorizer.lua', -- highlight colors and rgb codes
{
'chomosuke/typst-preview.nvim',
lazy = false, -- or ft = 'typst'
version = '1.*',
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
}
-- NOTE: Plugins can also be added by using a table,
-- with the first argument being the link and the following
-- keys can be used to configure plugin behavior/loading/etc.