fix(mini.ai): load ai on VeryLazy. Keymaps interfer with which-key. #155

This commit is contained in:
Folke Lemaitre 2023-01-31 08:20:00 +01:00
parent c5b22c0832
commit 3b5f363074
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -143,10 +143,11 @@ return {
-- better text-objects
{
"echasnovski/mini.ai",
keys = {
{ "a", mode = { "x", "o" } },
{ "i", mode = { "x", "o" } },
},
-- keys = {
-- { "a", mode = { "x", "o" } },
-- { "i", mode = { "x", "o" } },
-- },
event = "VeryLazy",
dependencies = {
{
"nvim-treesitter/nvim-treesitter-textobjects",