Commit Graph

16 Commits (2054fca2287c6374140b86e819e2b3d46d1d9d84)

Author SHA1 Message Date
nirenjan 9615655eb7 Add mlog syntax script for scripts/mlog 2014-12-24 17:21:42 -08:00
nirenjan 14cfe66812 Ignore no python warning in UltiSnips plugin
Sometimes, the system Vim opens which doesn't have python support
enabled. This change prevents UltiSnips from displaying an error message
on startup.
2014-07-17 14:12:06 -07:00
nirenjan f77be0f850 Add NERDTree settings 2014-05-22 10:30:21 -07:00
nirenjan 015aad6450 Add NERDTree plugin and UltiSnips settings file 2014-05-21 18:43:06 -07:00
nirenjan 564346ec98 Add vim-bufferline to install list
Also add associated settings file to configure vim-bufferline
2014-03-17 22:37:19 -07:00
nirenjan d1ca6430aa Remove whitespace detection from vim-airline 2013-10-21 15:13:53 -07:00
nirenjan 95045b3492 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 31e5f9ab0b Remove unused plugins 2013-07-31 23:35:44 -07:00
nirenjan 90415aa043 Fix match-brackets.vim plugin to use inoremap 2013-05-16 23:46:53 -07:00
nirenjan 741f53aa69 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 bb59fcce4f Fix long-lines plugin
Either display colorcolumn, or syntax highlight Error, not both.
2013-05-09 09:18:03 -07:00
nirenjan 3ed64dadd0 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 3fe897099e Fix vim-undo for match-brackets plugin
Instead of using <ESC>i to get out of insert mode and reenter it at
the closing bracket, Vim accepts the use of <Left> to move the cursor
left without leaving insert mode. This allows undo and repeats to work.
2013-02-20 12:33:42 -08:00
nirenjan 714c1fb05c Fix { keymap in match-brackets.vim
The { mapping used to open a C-style block, however, it gave several
problems when dealing with Perl code and hashes. This converts it to
simply working as {}, like the ( -> () and [ -> [] mappings.
2013-01-18 14:42:15 -08:00
nirenjan 11cc21f148 Rework long-lines plugin to use colorcolumn
This will always highlight characters that exceed the 80 character
limit with ErrorMsg, but will also highlight the 81st column, so
the user knows when to break.
2013-01-18 14:26:14 -08:00
nirenjan 02249ba14f Import from original vim-scripts repository 2013-01-11 23:08:38 -08:00