enable typst-preview again
This commit is contained in:
parent
efb83d523e
commit
939335846c
2 changed files with 26 additions and 19 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue