bhalash / vim

My nvim configuration. :)

Home Page:https://www.bhalash.com

Repository from Github https://github.combhalash/vimRepository from Github https://github.combhalash/vim

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.

About

My nvim configuration. :)

https://www.bhalash.com

License:GNU General Public License v3.0


Languages

Language:Vim Script 100.0%