Skip to content
Jason Hempstead edited this page Aug 21, 2020 · 1 revision

vim

A highly configurable text editor

requires:
apt: apt install vim-nox python3-neovim ctags vim-scripts
yum: yum install vim python3-neovim ctags
pacman: pacman -S vim python-neovim ctags

Automatic install/update:

bash -c "$(curl -LSs https://github.com/casjay-dotfiles/vim/raw/master/install.sh)"

Manual install:

git clone https://github.com/casjay-dotfiles/vim "$HOME/.config/vim"
git clone https://github.com/VundleVim/Vundle.vim.git "$HOME/.config/vim/bundle/Vundle.vim"
git clone "https://github.com/tpope/vim-fugitive" "$HOME/.config/vim/bundle/vim-fugitive"
git clone "https://github.com/vim-airline/vim-airline" "$HOME/.config/vim/bundle/vim-airline"
ln -sf $HOME/.config/vim/vimrc $HOME/.vimrc
/usr/bin/vim "+BundleInstall" +qall

vim wiki | vim site

Clone this wiki locally