Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)