dotfiles/symlinks/config/nvim/plugin/ruby_host.vim

9 lines
305 B
VimL
Raw Normal View History

2021-02-23 11:27:32 +00:00
" -----------------------------------------------------------------------------
" - Neovim ruby host -
" -----------------------------------------------------------------------------
if !has('win32')
let g:ruby_host_prog = '~/.asdf/shims/ruby'
else
let g:ruby_host_prog = '~/scoop/shims/ruby'
endif