Skip to content

falcucci/vim-carbon-now-sh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-carbon-now-sh

(n)vim implementation plugin for opening selected content in https://carbon.now.sh.

Installation

Vundle

Add the following line to your .vimrc

Plugin 'kristijanhusak/vim-carbon-now-sh'

Then run the following in Vim:

:source %
:PluginInstall

Usage

Select some text in visual mode and run this command:

:CarbonNowSh

You can also map it to something and use it after selection:

vnoremap <F5> :CarbonNowSh<CR>

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%