- Added notices for
timer_start
andstack
. - Identify and use
stack.yaml
for the project regardless of neovim's current directory
Initial release!
- Added
InteroUses
to highlight uses of the identifier under point in the buffer.
- Added
InteroInsertType
to insert type of identifier at current location. - Added
InteroReload
, which can be used to reload the current module after saving.
- Improved echoing, fixed a flicker and performance issue.
- Added
InteroGoToDef
for jump-to-definition
- Fixed the REPL echo stuff.
InteroType
uses the identifier name instead ofit
, allowing for more general type information.InteroInfo
added- Fixes the
buftype
issue described in this issue - Removes the
InteroDiagnostic
command reference
- Rudimentary implementation of
InteroType
- Rudimentary implementation of
InteroResponse
- Installing
intero
locally - Starting a terminal buffer process for the
intero
REPL - Hiding the
intero
window - Opening the
intero
window