Browse Source
Close #28 and added files to setup Neovim from Vim
Close #28 and added files to setup Neovim from Vim
Namely nvim and set-nvim.red-hat-laptop
Kevin Mok
7 years ago
7 changed files with 43 additions and 26 deletions
-
7README.md
-
29aliases/zsh_aliases
-
15configs/NZXT/i3.conf
-
2dotfiles/gitconfig
-
6dotfiles/nvim
-
7dotfiles/set-nvim.sh
-
3dotfiles/vimrc
@ -0,0 +1,6 @@ |
|||
set runtimepath^=~/.vim runtimepath+=~/.vim/after |
|||
let &packpath = &runtimepath |
|||
source ~/.vimrc |
|||
|
|||
let g:python_host_prog = '/usr/lib/python2.7' |
|||
" let g:python3_host_prog = '/usr/lib/python3.5.zip' |
@ -0,0 +1,7 @@ |
|||
# Get directory variables from script. |
|||
. ../dirs.sh |
|||
orig_file="$sys_config_dir"/nvim/init.vim |
|||
# Remove system dotfile. |
|||
rm "$orig_file" |
|||
# Link dotfile in repository to system dotfile. |
|||
ln -s "$dot_dir"/nvim "$orig_file" |
Write
Preview
Loading…
Cancel
Save
Reference in new issue