nvim-lspconfig/lsp/csskit.lua
2026-04-08 11:44:02 -04:00

19 lines
347 B
Lua

---@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' },
}