itchyny / screensaver.vim

Screensavers for Vim
http://www.vim.org/scripts/script.php?script_id=5092
MIT License
52 stars 3 forks source link

Plugin is not compatible with vim-indent-guides #2

Closed ElDeveloper closed 9 years ago

ElDeveloper commented 9 years ago

If I have vim-indent-guides enabled, screensaver won't be active on screen. The problem goes away if I disable indent-guides.

itchyny commented 9 years ago

Please disable the indent-guide plugin in the screensaver buffer.

let g:indent_guides_exclude_filetypes = ['screensaver']
ElDeveloper commented 9 years ago

Awesome, that works!