hash-bang / vimrc

MC's personal VIM / NeoVIM setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MC's Vim / NeoVim setup

MC's personal VIM / NeoVIM setup.

Layout:

  • vimrc - Main loading file
  • autoload/* - Autoloaded modules, Pathogen module loader lives here
  • autoload/lightline/* - Custom lightline themes
  • colors/* - Misc color schemes not tracked via bundled modules
  • mc-snippets/* - Various UltiSnips managed snippet files
  • spell/* - Custom dictionaries
  • syntax/* - Misc Syntax definition files not tracked via bundled modules
  • undo/* - Undo files. Not tracked via Git

Installation

This assumes you want to keep your Vim install scripts in ~/.vim and all submodule bundles are required:

# Clone repo and all bundles
cd
git clone https://github.com/hash-bang/vimrc.git .vim

# Setup NeoVIM to point to the .vim directory
ln -s .vim .config/nvim

# Update all remote plugins + install all plugins
cd ~/.vim
./setup

About

MC's personal VIM / NeoVIM setup


Languages

Language:Vim Script 96.8%Language:Vim Snippet 3.1%Language:Shell 0.0%