vimrc
My personal neovim configuration based on
Solarized and
EditorConfig and tons of useful bundles.
Bundles
All budles are managed by NeoBundle.
- EditorConfig to setup indentation and wrapping
- dark and light Solarized color scheme
- extra syntax highlighting for BNF, Liquid, Markdown, MIPS, OCL, Twig and Vala
- vim-airline for a nice status bar
- vim-gitgutter to quickly see what has changed
- neocomplete if lua is enabled
- delimitMate to close parenthesis automatically
- vim-fugitive for an optimal git integration
- nerdtree to browse files
- loremipsum because it is always useful
- vim-pipe to send your buffer anywhere
- rainbow parentheses because, who doesn't like rainbows?
- easy-align to align stuff
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.
Installation
-
Clone the repository directly as your new
~/.config/nvimfolder:git clone --recursive https://github.com/arteymix/vimrc.git ~/.config/nvim -
Symlink
editorconfigin your home directory so that they stay up-to-date with the newest changes:ln -s .config/nvim/editorconfig .editorconfig
-
Start
nvim, and launch:PlugUpdateto install the missing bundles -
Pull often :)
