/dotvim

Vim (vimscript) configuration for React JS, Typescript and many other languages

MIT LicenseMIT

dotvim

dotvim contains some cool plugins for day to day Linux stuff

features

preconditions

run

# install vundle
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

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

clone the project

git clone https://github.com/s1n7ax/dotvim.git ~/dotvim

place the vimrc

cd ~/dotvim
cp $HOME/dotvim/vimrc ~/.vimrc

install vim plugins

run

# open vim or nvim
vim

# install vim plug plugins
:PlugInstall

# install vundle plugins
:PluginInstall

restart vim

enjoy~!