summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2012-04-07 15:01:27 -0400
committerJune McEnroe <programble@gmail.com>2012-04-07 15:01:27 -0400
commite3a1004417a6c8442dce77018e512df7a823da5a (patch)
treee81556829332e92f05e505b0368e875a756f1644
parentUpdate vim-smartinput (diff)
downloadsrc-e3a1004417a6c8442dce77018e512df7a823da5a.tar.gz
src-e3a1004417a6c8442dce77018e512df7a823da5a.zip
Remove Itchy startup
Diffstat (limited to '')
-rw-r--r--.vimrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.vimrc b/.vimrc
index 3314dfe0..e35db89d 100644
--- a/.vimrc
+++ b/.vimrc
@@ -90,9 +90,6 @@ let g:syntastic_check_on_open=1
 let g:syntastic_enable_signs=0
 let g:syntastic_auto_loc_list=2
 
-" Itchy options
-let g:itchy_startup = 1
-
 " Custom maps
 let g:buffergator_suppress_keymaps=1
 
Implement graceful shutdownJune McEnroe 2019-10-26Require PASS before USERJune McEnroe 2019-10-26Track channel topicsJune McEnroe 2019-10-26Set AWAY when no clients are connectedJune McEnroe 2019-10-26Add flags to request TOPIC and NAMES on client connectJune McEnroe 2019-10-26OopsJune McEnroe 2019-10-26Disconnect client on unknown commandJune McEnroe 2019-10-26Allow reading sensitive information from filesJune McEnroe 2019-10-26Add rc scriptJune McEnroe 2019-10-25Add install and uninstall targetsJune McEnroe 2019-10-25Expand documentationJune McEnroe 2019-10-25Add AGPLv3 notice on client registrationJune McEnroe 2019-10-25Rename project pounceJune McEnroe