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.
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.
-
Move or otherwise rename your existing
.vimfolder:cd ~
mv .vim .vim.bak
mv .vimrc .vimrc.bak -
Recursively clone this repository to
.vim:git clone --recursive https://github.com/bhalash/vimrc.git .vim -
Run Vundle's
:PluginInstallcommand:vim +PluginInstall +qall
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.
Mark Grealish is my name,
And this is my configuration,
Vim is my dwelling place,
And this repo's its destination.
