OBS Work In Progress
File detection and syntax highlighting for typst.
require('packer').startup(function(use)
use {'kaarmu/typst.vim', ft = {'typ'}}
end)
- Restart neovim to reload config
- Call
:PackerSync
call plug#begin('~/.vim/plugged')
Plug 'kaarmu/typst.vim'
call plug#end()
- Restart (neo)vim to reload config
- Call
:PlugInstall