commit 245846a81c91588aac106aa985d2097daa6d89ee
parent 88fefdd9c897f1c9d5d03a0dd01ee8b598000c0c
Author: mcol <mcol@posteo.net>
Date: Thu, 28 Apr 2022 14:21:48 +0100
add indentline
Diffstat:
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/vimrc b/vimrc
@@ -33,6 +33,7 @@ Plugin 'tpope/vim-fugitive' " git plugin
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 @@ if stridx(hostname(), "book") != -1
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 @@ if exists("$WAYLAND_DISPLAY")
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