mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
fix(mini.ai): load ai on VeryLazy. Keymaps interfer with which-key. #155
This commit is contained in:
parent
c5b22c0832
commit
3b5f363074
1 changed files with 5 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue