You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right new we have config like the following in our vimrc files:
" save sessionnnoremap<leader>s :mksession<CR>" }}}" Spacing {{{settabstop=4" set 4 spaces per tabsetsofttabstop=4" set 4 visual spaces per tabsetexpandtab" tabs become spaces"filetype indent on " sets per-filetype spacing options" }}}" UI options {{{setnumber" gives us line numbers on sidesetshowcmd" shows us the last command at bottomsetcursorline" highlights the current linesetwildmenu" command menu autocompletesetlazyredraw" laissez-faire redrawsetshowmatch" match brackets/parens/etc.setlaststatus=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.
The text was updated successfully, but these errors were encountered:
Right new we have config like the following in our vimrc files:
I used to think this kind of folding would be helpful...not anymore. Remove it and replace it with simple comments for sectional highlights.
The text was updated successfully, but these errors were encountered: