Skip to content

koturn/vim-replica

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-replica

Easy REPL in Vim.

Usage

Launch repl.

:Replica [command-name]

You can also use if_xxx in replica buffer as following.

:ReplicaInternal [if_xxx-name]

Installation

Write following code to your .vimrc and execute :call dein#install() in your Vim.

call dein#add('koturn/vim-replica', {
      \ 'on_cmd': [
      \   'Replica',
      \   'ReplicaInternal'
      \ ]
      \})

Write following code to your .vimrc and execute :NeoBundleInstall in your Vim.

NeoBundle 'koturn/vim-replica'

If you want to use :NeoBundleLazy, write following code in your .vimrc.

NeoBundle 'koturn/vim-replica', {
      \ 'on_cmd': [
      \   'Replica',
      \   'ReplicaInternal'
      \ ]
      \}

With Vundle

Write following code to your .vimrc and execute :PluginInstall in your Vim.

Plugin 'koturn/vim-replica'

Write following code to your .vimrc and execute :PlugInstall in your Vim.

Plug 'koturn/vim-replica'

Clone this repository to the package directory of pathogen.

$ git clone https://github.com/koturn/vim-replica.git ~/.vim/bundle/vim-replica

With packages feature

In the first, clone this repository to the package directory.

$ git clone https://github.com/koturn/vim-replica.git ~/.vim/pack/koturn/opt/vim-replica

Second, add following code to your .vimrc.

packadd vim-replica

With manual

If you don't want to use plugin manager, put files and directories on ~/.vim/, or %HOME%/vimfiles/ on Windows.

Requirements

Vim 8 job.

LICENSE

This software is released under the MIT License, see LICENSE.

About

Easy REPL in Vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published