automate/020_neovim-lazyvim_lsp.sh

9 lines
229 B
Bash

# https://github.com/bennypowers/design-tokens-language-server/
---@type vim.lsp.ClientConfig
return {
cmd = { 'design-tokens-language-server' },
root_markers = { 'package.json', '.git' },
filetypes = { 'css', 'json' },
}