Faster update time in vim
This commit is contained in:
parent
273872e97c
commit
fe5a0ba35d
2 changed files with 3 additions and 1 deletions
|
@ -39,6 +39,7 @@ set relativenumber
|
|||
set laststatus=2
|
||||
set noshowmode
|
||||
set showtabline=1 "only show tabline when more than 1 tab
|
||||
set updatetime=300
|
||||
|
||||
" exclude quickfix from the buffers list
|
||||
augroup qf
|
||||
|
@ -49,3 +50,4 @@ augroup END
|
|||
" vimdiff
|
||||
set diffopt+=iwhite
|
||||
set diffexpr=""
|
||||
|
||||
|
|
2
.zprezto
2
.zprezto
|
@ -1 +1 @@
|
|||
Subproject commit 1f4601e44c989b90dc7314b151891fa60a101251
|
||||
Subproject commit 1d58546406bc8f13b910141265f67dbe2f08bd5f
|
Loading…
Reference in a new issue