This is my personal vim configuration which contains a few basic plugins to make my life easier.
Feel free to use this as a kind of template to install vim quickly with some useful plugins.
- Move to your home directory
cd ~
- clone this repository
git clone https://github.com/vladi1X/vim-enhanced
- run the setup script with
bash vim-enhanced/setup-script.sh
- Choose if you want to keep the cloned directory
- In the process you might be asked to push enter
- test if your vimrc is working by opening vim or opening a file with vim
-
VundleVim/Vundle.vim used as the plugin manager
-
preservim/nerdtree file system explorer inside of vim
-
morehetz/gruvbox as a custom colorscheme
-
itchyny/lightline as a light and customizable statusline
-
tpope/vim-eunuch for basic unix shell command inside of vim