idris2-vim icon indicating copy to clipboard operation
idris2-vim copied to clipboard

Vim mode for Idris 2

Results 17 idris2-vim issues
Sort by recently updated
recently updated
newest added

With Vim 8 or later you don't need to use a plug-in manager like Pathogen or alike. I couldn't get the interactive editing commands working with the instructions in the...

IWrite somehow persisently updates the file without requiring a write afterwards. This can lead to unexpected behaviour where Idris fails to recognise that a file has updated and checks the...

These would have helped me, might help someone else.

This might be specific to my setup, I've installed the plugin using Vim-Plug and I'm running the nightly build of NeoVim. The plugin would not load and no Idris2-Vim commands...

The refactors were: - Move writing and updating the file being edited to `s:IdrisCommand` (removes a lot of code duplication) - Move saving the window view to `IWrite` (this guarantees...

When I reach for \t on a hole I get this error followed by an idris error that doesn't make sense like undefined name...

I also did a refactor and put all functions into autoload for namespacing and lazy loading purposes. The only behavioral changes are in `idris2#responseWin` and `idris2#write` (formerly IdrisResponseWin and IWrite)....