aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/csskit.lua
blob: c2218536a559c41e5ddc6b3a0e90b124d49378b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---@brief
---
--- https://github.com/csskit/csskit
---
--- Beautiful, fast, and powerful CSS tooling with zero configuration
---
--- `csskit` can be installed via `npm`:
---
--- ```sh
--- npm i -g csskit
--- ```

---@type vim.lsp.Config
return {
  cmd = { 'csskit', 'lsp' },
  filetypes = { 'css' },
  root_markers = { 'package.json', '.git' },
}