jbgutierrez / vim-better-comments

Easily highlight human-friendly comments in your code!
MIT License
114 stars 9 forks source link

Can't get this to work #5

Closed raph90 closed 4 years ago

raph90 commented 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?

raph90 commented 4 years ago

I think the issue is with conflicts with my other plugins so closing this.