(neo)vim coc - go-to-definition for html css

767 views Asked by At

I was looking for a solution but never found a good one. Does anyone use COC for html css. How to go to definition in css file from class or ID in html file? Thanks for any help!

1

There are 1 answers

0
clivi On

"------- web html ------------

if count(g:bundle_groups, 'html')

    "Plugin 'othree/html5.vim'
    " html css
    Plugin 'mattn/emmet-vim'

endif

"------- web css ------------

if count(g:bundle_groups, 'css')

endif