think about neovim to replace vim
This commit is contained in:
parent
60f3524a06
commit
2782cae8dc
3 changed files with 16 additions and 1 deletions
|
|
@ -36,6 +36,10 @@ install_everything() {
|
|||
vim +BundleInstall +qall
|
||||
setup_youcompleteme
|
||||
|
||||
echo "setting up neovim files..."
|
||||
mkdir ~/.config
|
||||
ln -s ~/.vim ~/.config/nvim
|
||||
|
||||
echo "setting up tmux files..."
|
||||
symlink_files tmux-files tmux.conf
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue