Skip to content

vim-indent-guides is a plugin for visually displaying indent levels in Vim.

Notifications You must be signed in to change notification settings

nine2/vim-indent-guides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Add Copyright for Vim

vim-indent-guides is a plugin for visually displaying indent levels in Vim.

Installation

Copy the file on your .vim/bundle folder.

Vundle

Bundle "nine2/vim-indent-guides"

Useg

add the config to your .vimrc to set shotcuts:

map <leader>i :Nine2IndentGuides<cr>

add the config to disable the plugin:

let g:nine2_indent_guides_disable = 1

use :Nine2IndentGuides to enable/disable the indent guides.

Screenshots

About

vim-indent-guides is a plugin for visually displaying indent levels in Vim.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published