aboutsummaryrefslogtreecommitdiff
path: root/Editor/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'Editor/vimrc')
-rw-r--r--Editor/vimrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/Editor/vimrc b/Editor/vimrc
index dc0d453..33e42e0 100644
--- a/Editor/vimrc
+++ b/Editor/vimrc
@@ -5,11 +5,10 @@ set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'scrooloose/syntastic'
-
Plugin 'SirVer/ultisnips'
Plugin 'honza/vim-snippets'
-
Plugin 'tpope/vim-surround'
+Plugin 'takac/vim-hardtime'
@@ -158,5 +157,7 @@ nnoremap <Leader>w :w<CR>
autocmd InsertEnter * :set norelativenumber
autocmd InsertLeave * :set relativenumber
-let g:hardtime_default_on = 1
let g:hardtime_maxcount = 2
+let g:hardtime_default_on = 1
+let g:hardtime_showmsg = 0
+let g:hardtime_allow_different_key = 1