From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- .config/new_neovim/general/paths.vim | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .config/new_neovim/general/paths.vim (limited to '.config/new_neovim/general/paths.vim') diff --git a/.config/new_neovim/general/paths.vim b/.config/new_neovim/general/paths.vim new file mode 100644 index 0000000..12ba27c --- /dev/null +++ b/.config/new_neovim/general/paths.vim @@ -0,0 +1,4 @@ +let g:ruby_host_prog='rvm system do neovim-ruby-host' +let g:python_host_prog='/usr/bin/python2' +let g:python3_host_prog='/usr/bin/python3' + -- cgit v1.2.3