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
Improve folding for our configuration file.
Using set foldmethod=marker seems like the best plan.
set foldmethod=marker
We'll also want to enable this automatically.
The text was updated successfully, but these errors were encountered:
Add fold markers around plugins
6d240bf
See #200
Set vim filetypes to foldmethod marker
b1a53fc
Set vim filetypes (e.g. Vim configuration files like .vimrc) to foldmethod marker See #200
Consolidate appearance settings in init.vim
4b38620
- Colorscheme - Syntax highlighting - Invisible characters See #200
Consolidate line number settings in init.vim
e9a345b
Consolidate search settings in init.vim
91c69fe
No branches or pull requests
Improve folding for our configuration file.
Using
set foldmethod=marker
seems like the best plan.We'll also want to enable this automatically.
The text was updated successfully, but these errors were encountered: