Commit 245846a81c91588aac106aa985d2097daa6d89ee Parent: 88fefdd9c897f1c9d5d03a0dd01ee8b598000c0c Author: mcol <mcol@posteo.net> Date: 2022-04-28 14:21:48 +0100 Committer: mcol <mcol@posteo.net> Committed: 2022-04-28 14:21:48 +0100 add indentline
vimrc Modified
@@ -33,6 +33,7 @@ Plugin 'https://mcol.xyz/code/vim-misc' " my vimrc and misc functions Plugin 'https://mcol.xyz/code/tide' " tmux ide "Plugin 'airblade/vim-gitgutter' " gitgutter +Plugin 'Yggdroot/indentLine' "Show indentation lines call vundle#end() " required filetype plugin indent on " required @@ -111,6 +112,7 @@ let g:vimtex_view_general_viewer = 'qpdfview' let g:vimtex_view_general_options = '--unique @pdf\#src:@tex:@line:@col' let g:vimtex_view_qpdfview_hook_callback = 'ViewerCallback' + let g:vimtex_compiler_latexmk = {'build_dir' : '.latex_build'} function! ViewerCallback() dict VimtexView endfunction @@ -135,4 +137,9 @@ set ttym=sgr endif +"let g:indentLine_defaultGroup = 'PmenuSel' +"let g:indentLine_char_list = ['|', '¦', '┆', '┊'] +let g:vim_json_concel = 0 +let g:markdown_syntax_conceal = 0 + runtime macros/emoji-ab.vim