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

Agda interaction in vim

Results 11 agda-vim issues
Sort by recently updated
recently updated
newest added

### Go to definition * Fixed regex for parsing annotations to match up with the formatting described in the link above `parseAnnotation` * Changed highlighting level for load commands sent...

## Issue After noticing that agda-vim has slower load times than the official emacs mode, I decided to try to figure out why. After some tests, I think the calls...

The plugin runs perfectly for me under linux, but when I install it under Windows (I tried with vim and neovim as well) it freezes as soon as I open...

- An autoload script manages the job with vim's async job control - The function to send commands to the process is wrapped into python - The response interpreter becomes...

Using something like vimproc may(?) provide a mechanism to avoid the UI becoming unresponsive for long running commands (in particular auto). Vim 8 has added some asynchronous I/O functionality, so...

enhancement

It s middle mouse button click or m-. in emacs mode https://agda.readthedocs.io/en/v2.5.2/tools/emacs-mode.html

I've come across this list of symbols: http://people.inf.elte.hu/divip/AgdaTutorial/Symbols.html Would be nice to have them available. I started searching for them because I needed the blackboard P. But this list lacks...

Hi, I tried to implement python3 support for your plugin as my vim has no python2. You can have a look at . I do not want to open a...

I noticed that when Agsy seems to synthesize solutions to multiple holes (possibly due to some hole being a parameter to the type of another hole), `agda-vim` appears no be...