Skip to content

Commit

Permalink
Introduced vim-indent-guides 🦀
Browse files Browse the repository at this point in the history
  • Loading branch information
yuroyoro committed Jan 21, 2019
1 parent 679eb5c commit d05379e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nvim/dein.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ depends = ['airline.vim']
repo = 'jonathanfilip/vim-lucius'
hook_post_source = 'source ~/.config/nvim/plugins/lucius.rc.vim'

[[plugins]]
repo = 'nathanaelkane/vim-indent-guides'
hook_add = 'source ~/.config/nvim/plugins/indent-guides.rc.vim'

# ==========================================================
# moving
# ==========================================================
Expand Down
6 changes: 6 additions & 0 deletions nvim/plugins/indent-guides.rc.vim
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
"------------------------------------
" vim-indent-guides
"------------------------------------

let g:indent_guides_enable_on_vim_startup = 1

0 comments on commit d05379e

Please sign in to comment.