nvim: init.vim: Remove leftover hardtime configuration

This commit is contained in:
Sanchayan Maity 2019-12-23 15:06:28 +05:30 committed by Sanchayan Maity
parent fcb1ea960e
commit 0fd5af5978
1 changed files with 0 additions and 5 deletions

View File

@ -624,11 +624,6 @@ let g:UltiSnipsJumpForwardTrigger="<C-b>"
let g:UltiSnipsJumpBackwardTrigger="<C-z>"
let g:UltiSnipsEditSplit="vertical"
let g:hardtime_default_on = 1
let g:hardtime_ignore_quickfix = 1
let g:hardtime_maxcount = 3
let g:hardtime_allow_different_key = 1
let g:jedi#goto_command = "gt"
let g:jedi#goto_assignments_command = "ga"
let g:jedi#goto_definitions_command = "gd"