Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created December 7, 2017 18:30
Show Gist options
  • Save fernyb/77522620ee4dbdbca5b5d192c98d4a99 to your computer and use it in GitHub Desktop.
Save fernyb/77522620ee4dbdbca5b5d192c98d4a99 to your computer and use it in GitHub Desktop.
nerd commenter toggle
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