0.6.2 • Published 4 years ago
@vim-geek/coc-tailwind-intellisense v0.6.2

Coc integration for Tailwind CSS IntelliSense for version 0.56
Install
:CocInstall https://github.com/rodrigore/coc-tailwind-intellisenseor 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
- Autocomplete

- Linting

- Hover Preview

Features not working
- Since version 0.42 tailwind have the ability to show color decorator. At the time of this writing vim/neovim/coc.nvim don't support decorator.
Settings
tailwindCSS.enableset tofalseto disable tailwind intellisense server. (trueby default)- Official settings
Troubleshooting
- Read here