nvim: init.vim: Remove leftover hardtime configuration
This commit is contained in:
parent
fcb1ea960e
commit
0fd5af5978
1 changed files with 0 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue