Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 570 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 570 Bytes

Caution

I have switched to Neovim and lua configuration hosted on codebeg. https://codeberg.org/ph/neovim

Installation

If you have an old Vim configuration make a backup first:

$ mv ~/.vim ~/.vim_old

Clone this repository to ~/.vim. For most plugins am using git submodules to manage dependencies, so make sure to fetch those as well.

$ git clone --recurse-submodules git://github.com/husio/vim-configuration.git ~/.vim

To upgrade managed as git submodules plugins run

$ make up