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", {
|
||||
settings = {
|
||||
css = {
|
||||
validate = true,
|
||||
lint = {
|
||||
unknownAtRules = "ignore",
|
||||
},
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
M.tailwindcss = make_config("tailwindcss", {
|
||||
on_attach = function()
|
||||
local bufnr = vim.api.nvim_get_current_buf()
|
||||
require("document-color").buf_attach(bufnr)
|
||||
end,
|
||||
})
|
||||
|
||||
M.clangd = make_config("clangd", {
|
||||
cmd = {
|
||||
"clangd",
|
||||
"--offset-encoding=utf-16",
|
||||
},
|
||||
})
|
||||
-- M.cssls = make_config("cssls", {
|
||||
-- settings = {
|
||||
-- css = {
|
||||
-- validate = true,
|
||||
-- lint = {
|
||||
-- unknownAtRules = "ignore",
|
||||
-- },
|
||||
-- },
|
||||
-- },
|
||||
-- })
|
||||
--
|
||||
-- M.tailwindcss = make_config("tailwindcss", {
|
||||
-- on_attach = function()
|
||||
-- local bufnr = vim.api.nvim_get_current_buf()
|
||||
-- require("document-color").buf_attach(bufnr)
|
||||
-- end,
|
||||
-- })
|
||||
--
|
||||
-- M.clangd = make_config("clangd", {
|
||||
-- cmd = {
|
||||
-- "clangd",
|
||||
-- "--offset-encoding=utf-16",
|
||||
-- },
|
||||
-- })
|
||||
|
||||
return M
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue