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