Skip to content

Visual select block does not work with astrovim's default config #300

@sash-a

Description

@sash-a

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions