/vim

My nvim configuration. :)

Primary LanguageVim ScriptGNU General Public License v3.0GPL-3.0

Screenshot

Vimrc

This is my current vimrc, gvimrc and filetype files. My day job and hobbies alike encompass JavaScript, Sass, Ruby and Rails development, which this set of configurations has evolved to encompass.

Powerline

My vim config requires that the patched Powerline fonts be installed and your terminal configured to use them. You should expect strange behaviour if not, although I have tried to set graceful fallbacks.

Setup

  1. Move or otherwise rename your existing .vim folder:

    cd ~
    mv .vim .vim.bak
    mv .vimrc .vimrc.bak

  2. Recursively clone this repository to .vim:

    git clone --recursive https://github.com/bhalash/vimrc.git .vim

  3. Run Vundle's :PluginInstall command:

    vim +PluginInstall +qall

License

All of the code in the project is licensed under the GPLv3 or later.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public > License, version 3, as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

A copy of the license is included in the project's root directory. The file is named LICENSE.

Credit

Mark Grealish is my name,
And this is my configuration,
Vim is my dwelling place,
And this repo's its destination.