Skip to content

binobiasutti/vimfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,560 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vim Script 98.5%
  • Shell 1.2%
  • Makefile 0.3%