Closed josiah-lunit closed 7 months ago
I believe it's a dependency problem in your config.
Your nvim-treesitter
opts require nvim-treesitter-textobjects
, so I think it makes sense to put nvim-treesitter-textobjects
as nvim-treesitter
dependency.
However, this plugin will be rewritten so that it doesn't have the module system in the future.
Yep that was it! I got confused on the dependencies and got it the wrong way around.
Describe the bug After installing and configuring
nvim-treesitter-textobjects
, I cannot usevif
or associated keymaps in a python file.Environment MacOS Sonoma 14.3.1 NVChad commit 44a24e2fe5337b09b4a9ed44bdd001e672d99ec9
To Reproduce nvim/lua/custom/configs/overrides.lua
nvim/lua/custom/plugins.lua
nvim/lua/custom/chadrc.lua
Expected behavior When I put the cursor over a function in python and type
vaf
I expect the function to be highlighted.Output of
:checkhealth nvim-treesitter
Output of
nvim --version