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

husio/vim-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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