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
|
||||
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")
|
||||
|
|
Loading…
Reference in New Issue