1
0
mirror of https://github.com/amix/vimrc synced 2025-07-06 16:05:01 +08:00

Add vim-indent-guides plugin

This commit is contained in:
shamanaitor
2020-10-31 18:26:48 -03:00
parent 92dab794c6
commit 6d9d3b8f1c
17 changed files with 2107 additions and 0 deletions

View File

@ -57,6 +57,7 @@ vim-ruby https://github.com/vim-ruby/vim-ruby
typescript-vim https://github.com/leafgarland/typescript-vim
vim-javascript https://github.com/pangloss/vim-javascript
vim-python-pep8-indent https://github.com/Vimjas/vim-python-pep8-indent
vim-indent-guides https://github.com/nathanaelkane/vim-indent-guides
""".strip()
GITHUB_ZIP = "%s/archive/master.zip"