1

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 Answers1

-1

"------- 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
ChristianYami
  • 586
  • 1
  • 9
  • 17
clivi
  • 26
  • 2