From 415688b74b05bac4a6a0e4276d8322488588ac46 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 30 Jun 2014 17:36:26 -0400 Subject: Plugin cleanup --- .vimrc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.vimrc b/.vimrc index 51a45aaf..574cef5c 100644 --- a/.vimrc +++ b/.vimrc @@ -251,22 +251,16 @@ let delimitMate_expand_cr = 1 let delimitMate_expand_space = 1 let delimitMate_jump_expansion = 1 -" Indent guides by alternating background colour. +" Indent guides by alternating background colour. (ig) Plug 'nathanaelkane/vim-indent-guides' let g:indent_guides_start_level = 2 -" Pastebin. -Plug 'Raynes/refheap.vim' +" Colorscheme. +Plug 'programble/jellybeans.vim' " Show nearest tag in statusline. Plug 'majutsushi/tagbar' -" Pastebin. -Plug 'mattn/gist-vim' -" Required by gist. -Plug 'mattn/webapi-vim' " Scratch buffers. Plug 'programble/itchy.vim' -" Colorscheme. -Plug 'programble/jellybeans.vim' " Better paste indentation. Plug 'sickill/vim-pasta' " Commenting. -- cgit 1.4.1 ?id=ae064a619bb3972f0c12840e7d8950ac025fea1c'>refs log tree commit diff
Commit message (Collapse)Author
2022-06-02Set TABSIZE=4June McEnroe
Absolutely indiscriminately.
2022-06-02Do basic match highlightingJune McEnroe
2022-06-02Clean up parsing a littleJune McEnroe
2022-06-02Don't duplicate path stringJune McEnroe
2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe
For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine.
2022-06-02Add initial working version of qfJune McEnroe
2022-05-29Set prompt for okshJune McEnroe