Typst color

This commit is contained in:
Thomas Forgione 2023-04-04 16:14:19 +02:00
parent a6da6880ba
commit 969f042778
1 changed files with 5 additions and 2 deletions

View File

@ -28,8 +28,8 @@ Plug 'cespare/vim-toml'
" Pug
Plug 'digitaltoad/vim-pug'
" Spandex
Plug 'rust-spandex/spandex.vim'
" Typst
Plug 'kaarmu/typst.vim'
call plug#end()
@ -212,3 +212,6 @@ inoremap <expr><S-TAB> coc#pum#visible() ? coc#pum#prev(1) : "\<C-h>"
" CUSTOM THINGS DEPENDING ON ENV ####################################{{{
let g:rustfmt_autosave = 1
" Apprently some people don't use vim
" set autoread | au CursorHold * checktime | call feedkeys("lh")