mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-29 06:18:18 +02:00
less needs something defined for formatters and linters
This commit is contained in:
parent
c2ef6f43e2
commit
e0f0c81ea6
1 changed files with 23 additions and 0 deletions
|
@ -301,6 +301,29 @@ lvim.lang = {
|
|||
},
|
||||
},
|
||||
},
|
||||
less = {
|
||||
formatters = {
|
||||
{
|
||||
-- @usage can be prettier or prettierd
|
||||
exe = "",
|
||||
args = {},
|
||||
},
|
||||
},
|
||||
linters = {},
|
||||
lsp = {
|
||||
provider = "cssls",
|
||||
setup = {
|
||||
cmd = {
|
||||
"node",
|
||||
DATA_PATH .. "/lspinstall/css/vscode-css/css-language-features/server/dist/node/cssServerMain.js",
|
||||
"--stdio",
|
||||
},
|
||||
on_attach = common_on_attach,
|
||||
on_init = common_on_init,
|
||||
capabilities = common_capabilities,
|
||||
},
|
||||
},
|
||||
},
|
||||
d = {
|
||||
formatters = {
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue