mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
feat: Adds typst preview and language server.
This commit is contained in:
6
nvim/lazynvim/lua/plugins/typst-preview.lua
Normal file
6
nvim/lazynvim/lua/plugins/typst-preview.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
return {
|
||||
'chomosuke/typst-preview.nvim',
|
||||
lazy = false, -- or ft = 'typst'
|
||||
version = '1.*',
|
||||
opts = {}, -- lazy.nvim will implicitly calls `setup {}`
|
||||
}
|
||||
Reference in New Issue
Block a user