nvim keymap cleanup

This commit is contained in:
Matthew Ryan Dillon 2025-02-16 15:26:35 -05:00
parent 4db7bcac3b
commit 68213db5e0
2 changed files with 2 additions and 3 deletions

View file

@ -22,7 +22,4 @@ return {
ft = { "markdown", "Avante" },
},
},
config = function()
vim.keymap.set({ "n", "v" }, "<leader>a", "", { desc = "+ai" })
end,
}