mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-13 04:13:45 -05:00
Improved support for terminal vim
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
if exists('g:loaded_indent_guides') || &cp
|
||||
finish
|
||||
endif
|
||||
|
||||
let g:loaded_indent_guides = 1
|
||||
call indent_guides#define_default_highlights()
|
||||
|
||||
function! s:IndentGuidesToggle()
|
||||
call indent_guides#toggle()
|
||||
|
||||
Reference in New Issue
Block a user