feat: add indent-blankline

main
mandlm 2022-01-15 13:45:53 +01:00
parent 8cb1920380
commit ace4a55f96
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,8 @@ Plug 'folke/which-key.nvim'
Plug 'wellle/targets.vim'
Plug 'lukas-reineke/indent-blankline.nvim'
call plug#end()
" tabwidth
@ -144,6 +146,10 @@ let g:vimwiki_list = [
let g:vimwiki_table_mappings = 0
let g:vimwiki_global_ext = 0
" indent-blankline
let g:indent_blankline_char = '┊'
" coc
set updatetime=300
highlight CocHintSign ctermfg=10