X-Git-Url: https://git.danieliu.xyz/?p=dotfiles.git;a=blobdiff_plain;f=.vimrc;h=43c2132473b9df2847fe2b54f35213f17c1296f0;hp=ade2675faffc0da3549c340b470cb60110094b5e;hb=16ff07cf2c1fd43077b930bcdc926ae86abd935c;hpb=2894bed4452f6e6f781f8d3b84f6ad6bd40a1e62 diff --git a/.vimrc b/.vimrc index ade2675..43c2132 100644 --- a/.vimrc +++ b/.vimrc @@ -129,6 +129,7 @@ Plug 'lervag/vimtex' Plug 'PietroPate/vim-tex-conceal' Plug 'jiangmiao/auto-pairs' Plug 'tpope/vim-commentary' +Plug 'rlue/vim-barbaric' " Plug 'ptzz/lf.vim' " Plug 'voldikss/vim-floaterm' @@ -154,6 +155,9 @@ let g:tex_conceal='abdmgs' let g:vimtex_compiler_latexmk = { \'build_dir': '/home/pinosaur/.cache/latexaux/', \} + " \'options': [ + " \ '-shell-escape', + " \], " Ctrlp " let g:ctrlp_cmd='CtrlPTag' @@ -161,5 +165,9 @@ let g:vimtex_compiler_latexmk = { " Lf " let g:lf_replace_netrw = 1 " weird behavior rn +" vim-barbaric +let g:barbaric_ime = 'ibus' +set ttimeoutlen=0 + " Run after plugins autocmd FileType * set formatoptions-=o