-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual select block does not work with astrovim's default config #300
Comments
I have this same problem with my config (not using astrovim).
|
Okay I did some more digging. The filetype plugin from julia-vim relies on However, when using treesitter for syntax highlighting, In case you (@sash-a) haven't found some other solution, you can make the navigation commands work by disabling treesitter for julia files. You can do that like this:
in your treesitter configuration and then uninstalling the TS parser for julia:
It would be nice if there was a way to use julia specific navigation while also using treesitter, but disabling it resolves the problem as a workaround. |
i seem to run into this behaviour without Treesitter installed ,
|
Hi there, this could absolutely be because I'm a complete vim noob, but
vaj
does not seem to be working correctly for me.Given this example:
If I put my cursor at the start of the for loop and type
vaj
it only selects theend
at the end of the loop instead of the whole loop, sovaj y p
would just pasteend
instead of the whole for loop block.Using nvim 0.7.3 with astro nvim's config, julia-vim is the only other custom plugin I am using other than adding the julia ls (not sure if that counts as a plugin). Also on Pop!_OS if that helps.
The text was updated successfully, but these errors were encountered: