Typst color
This commit is contained in:
parent
a6da6880ba
commit
969f042778
7
init.vim
7
init.vim
|
@ -28,8 +28,8 @@ Plug 'cespare/vim-toml'
|
||||||
" Pug
|
" Pug
|
||||||
Plug 'digitaltoad/vim-pug'
|
Plug 'digitaltoad/vim-pug'
|
||||||
|
|
||||||
" Spandex
|
" Typst
|
||||||
Plug 'rust-spandex/spandex.vim'
|
Plug 'kaarmu/typst.vim'
|
||||||
|
|
||||||
call plug#end()
|
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 ####################################{{{
|
" CUSTOM THINGS DEPENDING ON ENV ####################################{{{
|
||||||
let g:rustfmt_autosave = 1
|
let g:rustfmt_autosave = 1
|
||||||
|
|
||||||
|
" Apprently some people don't use vim
|
||||||
|
" set autoread | au CursorHold * checktime | call feedkeys("lh")
|
||||||
|
|
Loading…
Reference in New Issue