Commit Graph

19 Commits (65fb291da377df75727980e03c09f2b44b061686)

Author SHA1 Message Date
nirenjan 745e6b6b46 Move Vim files to separate repo
This removes the Vim plugins from the dotfiles repo, and updates the
vimrc and install scripts accordingly, since the vimfiles repo now uses
Git submodules to keep the plugins in sync.
2014-12-24 17:15:31 -08:00
nirenjan b7bce73a39 Add relativenumber to vimrc 2014-07-16 19:43:32 -07:00
nirenjan 30d5fabf2b Add vim-bufferline to install list
Also add associated settings file to configure vim-bufferline
2014-03-17 22:37:19 -07:00
nirenjan 17a66de254 Configure wildmode for bash-like completion 2013-12-26 13:25:49 -08:00
nirenjan 29fc3c0bb2 Install vim-airline plugin and add settings file
Vim's statusline is now handled by the vim-airline plugin. This commit
removes the statusline cruft from vimrc and adds a tiny airline-settings
plugin to configure airline.
2013-08-15 08:37:38 -07:00
nirenjan 0589da50a1 Fix macro recording in Vim 2013-06-30 22:30:36 -07:00
nirenjan 48c3f9dcbc Disable syntax on in vimrc
Since there's already a syntax enable line, having syntax on is
redundant. Also, it allows plugins to override the default colors,
rather than using the default Solarized colors
2013-06-20 12:45:01 -07:00
nirenjan bf4a150e14 Treat pathogen as a bundle 2013-05-21 00:00:56 -07:00
nirenjan ab84dd5b4b Clean up vimrc & modify statusline 2013-05-17 00:24:35 -07:00
nirenjan 1507f357e4 Move tab expansion to individual ftplugins
Update install script to add the ftplugins and remove the old
tab-expand.vim plugin from the installation list.
2013-05-15 17:32:48 -07:00
nirenjan 5b5df1b002 Create Perl ftplugin for Perl syntax folding
Remove corresponding section from vimrc and add plugin file to install
script.
2013-05-14 15:43:38 -07:00
nirenjan cf3ab85868 Disable Ex mode in vimrc 2013-05-14 15:31:03 -07:00
nirenjan db27bcebf2 Enable filetype plugins in Vim for vimwiki 2013-05-10 17:41:41 -07:00
nirenjan b9098890e3 Create tab-expand plugin for vim
This moves from a one-size-fits-all approach for tab expansion to
dictating a default expansion scheme and a per filetype scheme. The
current plugin has custom schemes for Ruby and Makefiles.
2013-04-12 15:10:38 -07:00
nirenjan b55a9b43dc Use light BG in GUI Vim and dark in console
Console uses Solarized (Dark) colorscheme, so having a light
background doesn't work well in the console. On the other hand,
the dark background is hard to read in MacVim (for me).
2013-02-06 10:00:43 -08:00
nirenjan e6b3a404fa Set Vim to always show tabs 2013-01-21 14:33:01 -08:00
nirenjan 965033c355 Tweak vimrc for nocompat & Pathogen helptags
Also delete the forcing of &t_Co to 16 since under tmux, it
automatically detects the 256 colour mode for solarized and is therefore
no longer necessary.
2013-01-15 17:07:44 -08:00
nirenjan ca75dd5f02 Update vimrc settings
This enables the following:
- pathogen plugin manager
- solarized colorscheme
- menu support
- mouse support
2013-01-11 23:09:54 -08:00
nirenjan b83abb34a1 Add vimrc 2012-08-28 16:01:09 -07:00