/vimfiles

My vimfiles

Primary LanguageShellMIT LicenseMIT

vimfiles

standard-readme compliant

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.

screenshot

Table of Contents

Install

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

Usage

You can add plugins in the vimrc.symlink file and run he command below to install them.

vim +PluginInstall +qall

Contribute

PRs accepted.

Plugins list

  • 'tpope/vim-sensible'
  • 'rstacruz/vim-opinion'
  • 'vim-scripts/closetag.vim'
  • 'scrooloose/nerdtree'
  • 'honza/dockerfile.vim'
  • 'vim-airline/vim-airline'

Used in

License

MIT © Marcel Dias