|
|
|
|
|
by pseudo_meta
185 days ago
|
|
Treesitter is fantastic. It has builtin support in nvim, and there are a lot of plugins that make use of it. My favorite is nvim-treesitter-textobjects which gives you dozens of new targets for vim motions, such as a function call or the condition of a loop. |
|