diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-10-19 18:01:35 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-10-19 18:01:35 +0100 |
commit | fb5043ffe50a8b53d6f07657224b147019b02e92 (patch) | |
tree | 8c5ee124f49b26635ba9f6aefafd13bdf88ecc72 /vim/.vimrc | |
parent | 8f97de03651a7070cae444e9ae13c9f660119bd3 (diff) |
Minor changes
Diffstat (limited to 'vim/.vimrc')
-rw-r--r-- | vim/.vimrc | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -89,6 +89,7 @@ Plug 'KKPMW/moonshine-vim' Plug 'KKPMW/sacredforest-vim' Plug 'junegunn/seoul256.vim' Plug 'romainl/Apprentice' +Plug 'joshdick/onedark.vim' " Plug 'josuegaleas/jay' call plug#end() @@ -234,17 +235,22 @@ let g:vimtex_view_method='zathura' let g:vimtex_quickfix_mode=2 let g:vimtex_compiler_progname='nvr' let g:vimtex_syntax_enabled=1 -let g:vimtex_fold_types = { - \ 'preamble' : {'enabled' : 0}, - \ 'envs' : { - \ 'blacklist' : ['lemma', 'proposition', 'theorem', 'equation'], - \ 'whitelist' : ['proof'], - \ }, - \} +" let g:vimtex_fold_types = { +" \ 'preamble' : {'enabled' : 0}, +" \ 'envs' : { +" \ 'blacklist' : ['lemma', 'proposition', 'theorem', 'equation'], +" \ 'whitelist' : ['proof'], +" \ }, +" \} " Pilot let g:pilot_boundary='ignore' let g:pilot_mode='wintab' +" let g:pilot_key_h='<a-h>' +" let g:pilot_key_j='<a-j>' +" let g:pilot_key_k='<a-k>' +" let g:pilot_key_l='<a-l>' +" let g:pilot_key_p='<a-\>' " YouCompleteMe let g:ycm_key_list_select_completion = ['<C-n>', '<Down>'] |