Skip to content
New issue

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

Remove folding marks in vimrc #3

Closed
dencold opened this issue Sep 12, 2016 · 0 comments
Closed

Remove folding marks in vimrc #3

dencold opened this issue Sep 12, 2016 · 0 comments

Comments

@dencold
Copy link
Owner

dencold commented Sep 12, 2016

Right new we have config like the following in our vimrc files:

" save session
nnoremap <leader>s :mksession<CR>
" }}}
" Spacing {{{
set tabstop=4     " set 4 spaces per tab
set softtabstop=4 " set 4 visual spaces per tab
set expandtab     " tabs become spaces
"filetype indent on " sets per-filetype spacing options
" }}}
" UI options {{{
set number        " gives us line numbers on side
set showcmd       " shows us the last command at bottom
set cursorline    " highlights the current line
set wildmenu      " command menu autocomplete
set lazyredraw    " laissez-faire redraw
set showmatch     " match brackets/parens/etc.
set laststatus=2  " required for airplane plugin
"}}}

I used to think this kind of folding would be helpful...not anymore. Remove it and replace it with simple comments for sectional highlights.

@dencold dencold closed this as completed in 0d5aca1 Dec 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant