Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Files

Latest commit

8d4036f · Aug 11, 2014

History

History
16 lines (12 loc) · 353 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 353 Bytes

Vim configuration

Install :

cd && git clone --recursive https://github.com/Nasga/dotfiles-vim.git .vim \
  && ln -s .vim/.vimrc .vimrc && ln -s .vim/.vimrc .nvimrc \
  && ln -s .vim .nvim && vim +Helptags +qa

Update :

cd ~/.vim && git pull --all && git submodule update --init --recursive && \
  vim +Helptags +qa