diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index e8e1af9..3c4f1c8 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -193,6 +193,7 @@ let s:delimiterMap = { \ 'gentoo-package-use': { 'left': '#' }, \ 'gitcommit': { 'left': '#' }, \ 'gitconfig': { 'left': ';' }, + \ 'gitignore': { 'left': '#' }, \ 'gitrebase': { 'left': '#' }, \ 'gnuplot': { 'left': '#' }, \ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },