0xbino / vimfiles

vim configuration files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vimfiles

Getting started

If you want to use this repository, you'll need to download and install it, and also install all its dependencies.

This repository uses neovim's nomenclature.

Using with Neovim

All you need to do is clone the repository in your $VIMHOME and then initialize the submodules:

% git clone https://github.com/fsouza/vimfiles.git ${HOME}/.config/nvim
% nvim +PlugInstall

Using with Vim

You may optionally use it with Vim instead of NeoVim:

% git clone https://github.com/fsouza/vimfiles.git ${HOME}/.vim
% echo "source ${HOME}/.vim/init.vim" > ${HOME}/.vimrc
% vim +PlugInstall

About

vim configuration files.


Languages

Language:Vim Script 98.4%Language:Shell 1.2%Language:Makefile 0.3%