363 current 2024-04-16 15:17:42 24.05.20240416.c04952a 6.8.4-zen1 *
This commit is contained in:
parent
5bbea4c74f
commit
d185ffe930
1 changed files with 24 additions and 24 deletions
|
|
@ -29,29 +29,29 @@ M.lua_ls = make_config("lua_ls", {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
M.cssls = make_config("cssls", {
|
-- M.cssls = make_config("cssls", {
|
||||||
settings = {
|
-- settings = {
|
||||||
css = {
|
-- css = {
|
||||||
validate = true,
|
-- validate = true,
|
||||||
lint = {
|
-- lint = {
|
||||||
unknownAtRules = "ignore",
|
-- unknownAtRules = "ignore",
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
},
|
-- },
|
||||||
})
|
-- })
|
||||||
|
--
|
||||||
M.tailwindcss = make_config("tailwindcss", {
|
-- M.tailwindcss = make_config("tailwindcss", {
|
||||||
on_attach = function()
|
-- on_attach = function()
|
||||||
local bufnr = vim.api.nvim_get_current_buf()
|
-- local bufnr = vim.api.nvim_get_current_buf()
|
||||||
require("document-color").buf_attach(bufnr)
|
-- require("document-color").buf_attach(bufnr)
|
||||||
end,
|
-- end,
|
||||||
})
|
-- })
|
||||||
|
--
|
||||||
M.clangd = make_config("clangd", {
|
-- M.clangd = make_config("clangd", {
|
||||||
cmd = {
|
-- cmd = {
|
||||||
"clangd",
|
-- "clangd",
|
||||||
"--offset-encoding=utf-16",
|
-- "--offset-encoding=utf-16",
|
||||||
},
|
-- },
|
||||||
})
|
-- })
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue