summaryrefslogtreecommitdiff
path: root/.config/nvim/plug-config/rust.vim
blob: 3b7519d7b2bcf9bc67d18816d12e212f7af0ca65 (plain)
1
2
3
4
5
if has('macunix')
  let g:rust_clip_command = 'pbcopy'
else
  let g:rust_clip_command = 'xclip -selection clipboard'
endif