fix nix functional test & add mole to brew, del osgrep bd

This commit is contained in:
Rasyidan Akbar F. 2026-01-05 00:11:13 +07:00
commit d8ad4e916d
11 changed files with 13 additions and 7398 deletions

View file

@ -26,6 +26,7 @@ return {
jsonc = { "prettierd", "prettier", stop_after_first = true },
yaml = { "prettierd", "prettier", stop_after_first = true },
markdown = { "prettierd", "prettier", stop_after_first = true },
mdx = { "prettierd", "prettier", stop_after_first = true },
html = { "prettierd", "prettier", stop_after_first = true },
css = { "prettierd", "prettier", stop_after_first = true },
scss = { "prettierd", "prettier", stop_after_first = true },

View file

@ -101,6 +101,11 @@ return {
lspconfig.clangd.setup({
capabilities = capabilities,
})
-- MDX
lspconfig.mdx_analyzer.setup({
capabilities = capabilities,
})
end,
},
}

View file

@ -27,6 +27,7 @@ return {
"luap",
"markdown",
"markdown_inline",
"mdx",
"nix",
"norg",
"printf",