Skip to content

Commit 76e616c

Browse files
authored
feat: csskit #4380
1 parent bedca8b commit 76e616c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

lsp/csskit.lua

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---@brief
2+
---
3+
--- https://github.com/csskit/csskit
4+
---
5+
--- Beautiful, fast, and powerful CSS tooling with zero configuration
6+
---
7+
--- `csskit` can be installed via `npm`:
8+
---
9+
--- ```sh
10+
--- npm i -g csskit
11+
--- ```
12+
13+
---@type vim.lsp.Config
14+
return {
15+
cmd = { 'csskit', 'lsp' },
16+
filetypes = { 'css' },
17+
root_markers = { 'package.json', '.git' },
18+
}

0 commit comments

Comments
 (0)