Skip to content

Commit

Permalink
fix(mini.ai): load ai on VeryLazy. Keymaps interfer with which-key. #155
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 31, 2023
1 parent c5b22c0 commit 3b5f363
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lua/lazyvim/plugins/coding.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3b5f363

Please sign in to comment.