https://github.com/aiya000/vim-quickrepl
The Simplest Faster way to open your REPL for filetypes.
https://github.com/aiya000/vim-quickrepl
repl vim vim-plugin
Last synced: 12 months ago
JSON representation
The Simplest Faster way to open your REPL for filetypes.
- Host: GitHub
- URL: https://github.com/aiya000/vim-quickrepl
- Owner: aiya000
- License: mit
- Created: 2019-09-15T10:16:04.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-12-13T04:16:06.000Z (over 6 years ago)
- Last Synced: 2025-06-28T14:40:05.498Z (12 months ago)
- Topics: repl, vim, vim-plugin
- Language: Vim script
- Homepage:
- Size: 295 KB
- Stars: 20
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :gift: vim-quickrepl :gift:
The **Simplest** Faster way to open your REPL for filetypes.
(like [vim-quickrun](https://github.com/thinca/vim-quickrun))

## VS reply.vim
reply.vim is another good way to open REPL.
But this focuses to synchronize REPL buffers and file buffers,
this often requires a configuration for unknown REPLs
(e.g. `stack ghci`).
vim-quickrepl focuses **simplicity** to configurate.
## :dizzy: How to install :dizzy:
### No package manager
Clone this repo into `$MYVIMRC/pack/haskell/start/`
### dein.nvim
```haskell
call dein#add('aiya000/vim-quickrepl')
```
### dein.nvim with toml
```toml
[[plugins]]
repo = 'aiya000/vim-quickrepl'
```