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

9 lines
317 B
VimL
Raw Normal View History

2021-02-23 11:27:32 +00:00
" -----------------------------------------------------------------------------
" - Neovim ruby host -
" -----------------------------------------------------------------------------
if !has('win32')
2024-11-21 16:59:33 +00:00
let g:ruby_host_prog = '~/.local/share/mise/shims/ruby'
else
let g:ruby_host_prog = '~/scoop/shims/ruby'
endif