Quick tip: One keymap can save you from using multiple plugins (tabout, vim-matchup, nvim-treesitter-textobjects) #361
Closed
CharlesChiuGit
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Tried it. But I think it's not natural and intuitive to use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found this interesting reddit post that leverages hop.nvim for similar functionality of tabout, vim-matchup and nvim-treesitter-textobjects.
One comment down below also shows using a builtin function
searchpair()
can do similar things.TBH, I didn't use tabout, vim-matchup and nvim-treesitter-textobjects' function that much, so I can't be sure about the coverage of this "quick tip" method.
@ayamir @Jint-lzxy How do you guys thinks? Maybe we can streamline some of the plugins?
Beta Was this translation helpful? Give feedback.
All reactions