We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bedca8b commit 76e616cCopy full SHA for 76e616c
1 file changed
lsp/csskit.lua
@@ -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