|
" -----------------------------------------------------------------------------
|
|
" - Neovim ruby host -
|
|
"
|
|
" NEOVIM ONLY!
|
|
" -----------------------------------------------------------------------------
|
|
if has('nvim')
|
|
let g:ruby_host_prog = '~/.asdf/shims/ruby'
|
|
endif
|