hushicai / vimrc

(neo)vim configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimrc

prepare

First, prepare fzf and riggrep, so we use fzf.vim out of box.

brew install fzf
brew install ripgrep

install

git clone --depth=1 https://github.com/hushicai/vimrc.git ~/.vim_runtime
sh ~/.vim_runtime/install.sh

uninstall

sh ~/.vim_runtime/uninstall.sh

clean

rm -rf ~/.vim_runtime

update

cd ~/.vim_runtime
git pull --rebase

references

About

(neo)vim configuration


Languages

Language:Vim Script 92.5%Language:Python 7.2%Language:Shell 0.3%