vimfiles is a
~/.vim
and~/.vimrc
configurations.
This repository is intended to keep my ~/.vim
and ~/.vimrc
files versioned. It configures a few plugins and the result looks like the screenshot below - using iterm.
bash -c "$(wget -O - https://raw.githubusercontent.com/marcel-dias/vimfiles/master/install.sh)"
The install script download this git repository, create two symbolic links vim.symlink > ~/.vim
and vimrc.symlink > ~/.vimrc
and install vim plugins using Vundle
You can add plugins in the vimrc.symlink
file and run he command below to install them.
vim +PluginInstall +qall
PRs accepted.
- 'tpope/vim-sensible'
- 'rstacruz/vim-opinion'
- 'vim-scripts/closetag.vim'
- 'scrooloose/nerdtree'
- 'honza/dockerfile.vim'
- 'vim-airline/vim-airline'