An open API service indexing awesome lists of open source software.

https://github.com/zshipko/vim-eval


https://github.com/zshipko/vim-eval

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# vim-eval

* The `Eval` function is bound to the `,` key in normal mode.
* Change the `g:eval_command` variable to determine what shell command to use.
* It is possible to change the shell command for a filetype
- For example, `au Filetype ocaml let g:eval_command = "ocaml -stdin"`