We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am using https://github.com/mhinz/vim-startify and the indent guides are printed also in the home page of this plugin as screen
The text was updated successfully, but these errors were encountered:
I found this ugly, too. And I searched the doc and found there's an option to disable indent-guide for certain filetypes:
*'indent_guides_exclude_filetypes'*
Use this option to specify a list of filetypes to disable the plugin for.
Default: ['help']. Values: list of strings.
let g:indent_guides_exclude_filetypes = ['help', 'nerdtree'] <
Just add 'startify' to the array to do it.
Sorry, something went wrong.
let g:indent_guides_exclude_filetypes = ['help', 'nerdtree', 'startify']
9c9a3df
preservim/vim-indent-guides#129
No branches or pull requests
I am using https://github.com/mhinz/vim-startify and the indent guides are printed also in the home page of this plugin as screen
The text was updated successfully, but these errors were encountered: