mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 19:14:39 +02:00
[vimrc] remove timeout using close to default values
This commit is contained in:
parent
01dcf97ae9
commit
dbcfdf7a81
1 changed files with 1 additions and 2 deletions
|
@ -209,9 +209,8 @@ autocmd BufRead,BufNewFile *.md set filetype=markdown
|
|||
" Plugins
|
||||
"
|
||||
" vim-airline
|
||||
set timeout timeoutlen=1000 ttimeoutlen=50
|
||||
let g:airline_powerline_fonts = 1
|
||||
let g:airline_theme = 'badwolf'
|
||||
let g:airline_powerline_fonts = 1
|
||||
let g:airline#extensions#tabline#enabled = 1
|
||||
|
||||
" JSON.vim http://www.vim.org/scripts/script.php?script_id=1945
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue