Coc integration for Tailwind CSS IntelliSense for version 0.4
Install
:CocInstall https://github.com/rodrigore/coc-tailwind-intellisense
or if you are a vim-plug user, add:
Plug 'rodrigore/coc-tailwind-intellisense', {'do': 'npm install'}
in your .vimrc
or init.vim
, then restart or source vimrc and run :PlugInstall
.
Features
Settings
tailwindCSS.enable
set tofalse
to disable tailwind intellisense server. (true
by default)- Official settings
Troubleshooting
- Read here