All Projects → aiya000 → Vim Quickrepl

aiya000 / Vim Quickrepl

Licence: mit
The Simplest Faster way to open your REPL for filetypes.

Projects that are alternatives of or similar to Vim Quickrepl

Zepl.vim
Lightweight and easy REPL integration for Vim and Neovim.
Stars: ✭ 39 (+129.41%)
Mutual labels:  vim-plugin, repl
Reply.vim
REPLs play nicely with :terminal on Vim and Neovim
Stars: ✭ 165 (+870.59%)
Mutual labels:  vim-plugin, repl
Textbeat
🎹 plaintext music sequencer and midi shell, with vim playback 🥁
Stars: ✭ 274 (+1511.76%)
Mutual labels:  vim-plugin, repl
Alchemist.vim
Elixir Integration Into Vim
Stars: ✭ 632 (+3617.65%)
Mutual labels:  vim-plugin
Vim Matchup
vim match-up: even better % 👊 navigate and highlight matching words 👊 modern matchit and matchparen replacement
Stars: ✭ 638 (+3652.94%)
Mutual labels:  vim-plugin
Unicodeplots.jl
Unicode-based scientific plotting for working in the terminal
Stars: ✭ 724 (+4158.82%)
Mutual labels:  repl
Vim Grammarous
A powerful grammar checker for Vim using LanguageTool.
Stars: ✭ 780 (+4488.24%)
Mutual labels:  vim-plugin
Vim Hexokinase
hexokinase.vim - (Neo)Vim plugin for asynchronously displaying the colours in the file (#rrggbb, #rgb, rgb(a)? functions, hsl(a)? functions, web colours, custom patterns)
Stars: ✭ 622 (+3558.82%)
Mutual labels:  vim-plugin
Inspector
A drop-anywhere C++ REPL
Stars: ✭ 767 (+4411.76%)
Mutual labels:  repl
Context.vim
Vim plugin that shows the context of the currently visible buffer contents
Stars: ✭ 688 (+3947.06%)
Mutual labels:  vim-plugin
Apprentice
A dark, low-contrast, Vim colorscheme.
Stars: ✭ 688 (+3947.06%)
Mutual labels:  vim-plugin
Nteract
📘 The interactive computing suite for you! ✨
Stars: ✭ 5,713 (+33505.88%)
Mutual labels:  repl
Clever F.vim
Extended f, F, t and T key mappings for Vim.
Stars: ✭ 730 (+4194.12%)
Mutual labels:  vim-plugin
Ansible Vim
A vim plugin for syntax highlighting Ansible's common filetypes
Stars: ✭ 633 (+3623.53%)
Mutual labels:  vim-plugin
Elm Platform
Bundle of all core development tools for Elm
Stars: ✭ 775 (+4458.82%)
Mutual labels:  repl
Lightline.vim
A light and configurable statusline/tabline plugin for Vim
Stars: ✭ 5,886 (+34523.53%)
Mutual labels:  vim-plugin
Vimcompletesme
You don't Complete Me; Vim Completes Me! A super simple, super minimal, super light-weight tab completion plugin for Vim.
Stars: ✭ 752 (+4323.53%)
Mutual labels:  vim-plugin
Vim Easymotion
Vim motions on speed!
Stars: ✭ 6,247 (+36647.06%)
Mutual labels:  vim-plugin
Vim Quickrun
Run commands quickly.
Stars: ✭ 671 (+3847.06%)
Mutual labels:  vim-plugin
Bic
A C interpreter and API explorer.
Stars: ✭ 719 (+4129.41%)
Mutual labels:  repl

🎁 vim-quickrepl 🎁

The Simplest Faster way to open your REPL for filetypes.

(like vim-quickrun)

sample

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.

💫 How to install 💫

No package manager

Clone this repo into $MYVIMRC/pack/haskell/start/

dein.nvim

call dein#add('aiya000/vim-quickrepl')

dein.nvim with toml

[[plugins]]
repo = 'aiya000/vim-quickrepl'
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].