No auto-complete on HTML and CSS files in VIM (YouCompleteMe)

前端 未结 3 627
青春惊慌失措
青春惊慌失措 2021-02-12 10:23

For some reason, I get no autocomplete on html and css files. All works well with other languages, for example JS, Ruby or Python. I\'ve spent close to 2h today trying to fix it

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-12 10:56

    I would suggest you use NeoComplete. I tried YouCompleteMe on Vim8, but doesn't work for some reason. NeoComplete does the job for me.

    After installing NeoComplete just add, let g:neocomplete#enable_at_startup = 1 to your .vimrrc

提交回复
热议问题