vix

A place to update and store my vim configuration

Stars
3

vix

Introduction

vix is just a place to keep my particular (neo)vim setup and configuration so I can easily experiment with it and clone it on different systems. It's also, of course freely available for other use and measures will be taken to make its installation easy for other people to use and do whatever they want with.

I use vim-plug as my plugin manager and I like it a lot.

List of vim plugins I use (besides vim-plug)

Donate to Vim by sponsoring or registering to vote on features and, more importantly, help needy children in Uganda, please! www.vim.org

Installation

On GNU/Linux, Unix, etc... installation is simply

mkdir -p ~/.config
git clone https://github.com/tonyfischetti/vix.git ~/.config/nvim
cd ~/.config/nvim
./install.sh

Windows instructions coming soon