yannickperrenet / dotfiles

💛 My dotfiles.
https://github.com/yannickperrenet/iscripts
MIT License
3 stars 0 forks source link

Smart `%` on keywords like `matchit` but with `treesitter` #38

Open yannickperrenet opened 2 years ago

yannickperrenet commented 2 years ago

For example jumping between if, elif and else using %. But in a smart way so that it doesn't jump to nested occurrences of another if

Similar to https://github.com/andymass/vim-matchup using the treesitter-integration, just only stripping out the % jumping.