Closed raph90 closed 4 years ago
I've installed better comments like this in my init.vim (using neovim):
Plug 'jbgutierrez/vim-better-comments'
but if I run :hi the better-comments highlighting is not listed.
The same applies if I try to set the colors in init:
highlight TodoBetterComments cterm=reverse ctermfg=214 ctermbg=235 gui=reverse guifg=#fabd2f guibg=#282828
Is there anything I'm doing wrong?
I think the issue is with conflicts with my other plugins so closing this.
I've installed better comments like this in my init.vim (using neovim):
Plug 'jbgutierrez/vim-better-comments'
but if I run :hi the better-comments highlighting is not listed.
The same applies if I try to set the colors in init:
highlight TodoBetterComments cterm=reverse ctermfg=214 ctermbg=235 gui=reverse guifg=#fabd2f guibg=#282828
Is there anything I'm doing wrong?