nbossard / dotvim

Personal configuration of vim for all my computers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation:

export https_proxy=http://proxy:8080
git clone git://github.com/nbossard/dotvim.git ~/.vim

Create symlinks for console usage and android studio and neovim:

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/vimrc ~/.ideavimrc
mkdir ~/.config/nvim
ln -s ~/.vim/vimrc ~/.config/nvim/init.vim

Switch to the ~/.vim directory, and install vim-plug

curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

Launch vim and run :PlugInstall

About

Personal configuration of vim for all my computers


Languages

Language:Vim Script 59.0%Language:Lua 29.7%Language:Vim Snippet 11.3%