diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 21b0d20..4c6c4ee 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -176,6 +176,7 @@ let s:delimiterMap = { \ 'gitconfig': { 'left': ';' }, \ 'gitrebase': { 'left': '#' }, \ 'gnuplot': { 'left': '#' }, + \ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' } \ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': ''}, \ 'gtkrc': { 'left': '#' },