Skip to content

Commit

Permalink
fix: disable t in mini.ai as it does not work well
Browse files Browse the repository at this point in the history
  • Loading branch information
RayGuo-ergou committed Jan 19, 2025
1 parent 00a3545 commit 5562550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvim/lua/ergou/plugins/mini-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ return {
return {
custom_textobjects = {
-- HACK: for html tags, see: https://github.com/echasnovski/mini.nvim/issues/110#issuecomment-1212277863
t = spec_treesitter({ a = '@function.outer', i = '@function.inner' }),
t = false,
a = spec_treesitter({ a = '@parameter.outer', i = '@parameter.inner' }),
A = spec_treesitter({ a = '@assignment.outer', i = '@assignment.inner' }),
f = spec_treesitter({ a = '@function.outer', i = '@function.inner' }),
Expand Down

0 comments on commit 5562550

Please sign in to comment.