carcin.vim alternatives and similar shards
Based on the "Vim" category.
Alternatively, view carcin.vim alternatives based on common mentions on social networks and blogs.
Do you think we are missing an alternative of carcin.vim or a related project?
Popular Comparisons
README
carcin.vim
This is Vim plugin to provide utility functions for carc.in.
motivation
carc.in is the great website for sharing Crystal code. However it is website, I want to use such like it in my editor. So, I created this plugin.
install and setting
" Install
" If you use neobundle.vim:
NeoBundle 'MakeNowJust/carcin.vim'
" If you use Vundle.vim:
Plugin 'MakeNowJust/carcin.vim'
" Or if you use another plugin manager, please install carcin.vim
" Setting
" If you want to use play.crystal-lang.org instead of carc.in,
" please set this variable.
let g:carcin_url = "https://play.crystal-lang.org"
Now, you can type :CarcinRun
in Crystal file and run it ;)
cooperation to vim-quickrun
let g:quickrun_config = g:quickrun_config || {}
let g:quickrun_config['crystal/carcin'] = {
\ 'runner': 'vimscript',
\ 'command': 'CarcinRunFile',
\ 'exec': "%C %S crystal",
\ }
document
:help carcin
license
This is licensed under MIT. Please look https://makenowjust.github.io/license/mit?2015.
*Note that all licence references and agreements mentioned in the carcin.vim README section above
are relevant to that project's source code only.