/vimrc

Vim setup I use every day

Primary LanguageLua

vimrc

My personal neovim configuration based on Solarized and EditorConfig and tons of useful bundles.

Bundles

All budles are managed by NeoBundle.

Extras

It has syntax support for:

  • Brainfuck
  • MIPS assembly
  • Markdown
  • Vala
  • Liquid, Twig and jinja2
  • OCL (still in progress...)

I mainly use it under the GNOME Terminal.

Preview with the dark solarized theme.

Installation

  1. Clone the repository directly as your new ~/.config/nvim folder:

    git clone --recursive https://github.com/arteymix/vimrc.git ~/.config/nvim
  2. Symlink editorconfig in your home directory so that they stay up-to-date with the newest changes:

    ln -s .config/nvim/editorconfig .editorconfig
  3. Start nvim, and launch :PlugUpdate to install the missing bundles

  4. Pull often :)