Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
yerhy committed Sep 29, 2020
1 parent 3357fd9 commit 18332a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vimrcs/plugins_config.vim
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Plug 'NLKNguyen/papercolor-theme'
Plug 'xolox/vim-notes'
Plug 'vim-scripts/fcitx.vim'
Plug 'brooth/far.vim'
Plug 'Yggdroot/indentLine'
call plug#end()


Expand Down Expand Up @@ -202,3 +203,8 @@ let g:PaperColor_Theme_Options = {
\ }
\ }


""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => indentLine
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:indentLine_fileTpe = ['py', 'yaml', 'yml', 'go']

0 comments on commit 18332a7

Please sign in to comment.