Skip to main content
Back to Extensions Directory
coc.nvim fallback icon

@yaegassy/coc-tailwindcss3

yaegassy

Intelligent Tailwind CSS tooling for coc.nvim

Installation CommandVim prompt
:CocInstall @yaegassy/coc-tailwindcss3
GitHub owner
yaegassy
Version
v0.6.14
Requirements
coc ^0.0.80
License
MIT
Repository
GitHub
npm latest published 2025-10-26Registry checked 2026-08-23Registry summary

Published Package Summary

coc-tailwindcss3

fork from vscode-tailwindcss and headwind

Intelligent Tailwind CSS tooling for coc.nvim.

coc-tailwindcss3-screenshot

Install

:CocInstall @yaegassy/coc-tailwindcss3

scoped packages

Custom Server Path

tailwindCSS.custom.serverPath: Custom path to server module. If there is no setting, the built-in module will be used, default: ""

This setting allows you to use the tailwind's language server module installed in any location.

Usage Example 1 (Use extensions installed in VSCode)

setting:

{
  "tailwindCSS.custom.serverPath": "/path/to/.vscode/extensions/bradlc.vscode-tailwindcss-0.12.3/dist/tailwindServer.js
}

Usage Example 2 (npm)

prepare:

npm i -g @tailwindcss/language-server

or insiders verson

npm i -g @tailwindcss/language-server@insiders

setting:

{
  "tailwindCSS.custom.serverPath": "/path/to/.nvm/versions/node/v20.15.0/bin/tailwindcss-language-server"
}

Thanks

License

MIT


This extension is built with create-coc-extension

Read the complete README
  • Intelligent Tailwind CSS tooling for coc.nvim
Activation Events
  • *
Developer Resources

Want to build, test, or contribute to coc.nvim extensions? Explore our official SDK and testing toolkits.

Open Developer Guide

Version History

This published npm package does not include a history.md or changelog.md file. Browse its npm versions or repository releases for available release information.