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:
module Test
greet() = print("Hello World!")
for i in 1:100
nothing
end
end # module
If I put my cursor at the start of the for loop and type vaj it only selects the end at the end of the loop instead of the whole loop, so vaj y p would just paste end 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.