Created
December 7, 2017 18:30
-
-
Save fernyb/77522620ee4dbdbca5b5d192c98d4a99 to your computer and use it in GitHub Desktop.
nerd commenter toggle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vim bundle/nerdcommenter/plugin/NERD_commenter.vim | |
934 "let theLine = s:AddLeftDelim(s:Left({'space': 1}), theLine) | |
935 let theLine = s:AddLeftDelimAligned(s:Left({'space': 1}), theLine, 0) | |
Then Add to vimrc | |
let g:NERDDefaultAlign = 'left' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment