This commit is contained in:
Zelong Kuang
2025-09-30 22:59:47 +10:00
parent 46c470d1f7
commit b5303f2cdd
28 changed files with 279 additions and 1689 deletions

View File

@@ -2,7 +2,7 @@ return {
{
"zbirenbaum/copilot.lua",
opts = {
copilot_model = "claude-opus-4",
copilot_model = "gemini-2.5-pro",
suggestion = {
keymap = {
accept = "<D-l>",

View File

@@ -0,0 +1,12 @@
return {
{
"mfussenegger/nvim-lint",
opts = {
linters = {
markdownlint_cli2 = {
args = { "--fix", "--disable", "MD013", "--" },
},
},
},
},
}