Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 594 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 594 Bytes

Vim RC, config directory, pathogen, submodules, etc.

It's the whole vim config she-bang.

Getting Started

  1. Clone this repo under your $HOME directory as .vim

    $ cd $HOME
    $ git clone https://github.com/ryno75/.vim.git
  2. Create symlink of .vim/.vimrc as .vimrc under your $HOME dir

    $ ln -s $HOME/.vim/.vimrc $HOME/.vimrc
  3. Fetch the submodules

    $ cd $HOME/.vim
    $ git submodule update --init
  4. Install hclfmt go bin

    $ go get github.com/fatih/hclfmt

Happy Vim'ing!