-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Consider the following code:
open import Data.Nat
-- cursor jumps to this line
x : ℕ -- cursor should jump to this line
x = {! !}
y = x -- cursor is on this x when running GotoDefinitionIf using CornelisGotoDefinition on the x in the definition of y, then the cursor jumps not to the line with x : ℕ, but to the empty line above it. This seems to happen independently of what code is around the definition and how far the uses and definitions are apart from each other.
Thanks for the great plugin! <3
I'm currently switching from emacs to nvim, and apart from #153 and #121 this plugin seems to have everything I need. Keep up the great work! :)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels