Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 672 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 672 Bytes

.vim

Configuration for Vim and Neovim.

Installation

  1. Clone the repository into ~/.vim for use with Vim
  2. Change directory to the just cloned repository
  3. Make a symlink for use with Neovim:
    ln -s $PWD ~/.config/nvim
    
  4. Pull the plugins:
    git submodule update --init --recursive --recommend-shallow
    
  5. If not provided by the distribution, install these plugins manually:
    wget -P plugin https://raw.githubusercontent.com/junegunn/fzf/master/plugin/fzf.vim
    

Updating

To update all submodules to the latest versions, run:

git submodule update --init --recommend-shallow --remote --single-branch