Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/auvred/coc-unocss
UnoCSS extension for coc.nvim
https://github.com/auvred/coc-unocss
Last synced: about 1 month ago
JSON representation
UnoCSS extension for coc.nvim
- Host: GitHub
- URL: https://github.com/auvred/coc-unocss
- Owner: auvred
- License: mit
- Created: 2023-05-09T20:01:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-09T20:33:07.000Z (over 1 year ago)
- Last Synced: 2024-03-15T11:04:36.531Z (8 months ago)
- Language: JavaScript
- Size: 645 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coc-unocss
[UnoCSS](https://unocss.dev) extension for [coc.nvim](https://github.com/neoclide/coc.nvim) using [unocss-language-server](https://github.com/xna00/unocss-language-server)
![example](https://raw.githubusercontent.com/auvred/coc-unocss/main/docs/example.gif)
## Install
`:CocInstall coc-unocss`
## Features
See [`unocss-language-server`](https://github.com/xna00/unocss-language-server)
## Configuration options
- `unocss.enable`: Enable coc-unocss extension, default: `true`
## License
MIT
---
> This extension is built with [create-coc-extension](https://github.com/fannheyward/create-coc-extension)