1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 08:45:00 +08:00

add vim-session

This commit is contained in:
huhuaishun
2017-04-18 13:13:51 +08:00
committed by Huaishun Hu
parent 7f9ab057ba
commit d56a49f5b4
39 changed files with 7603 additions and 0 deletions

View File

@ -162,3 +162,10 @@ nnoremap <silent> <leader>c :call SyntasticCheckCoffeescript()<cr>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:gitgutter_enabled=0
nnoremap <silent> <leader>d :GitGutterToggle<cr>
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Vim-Session
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
let g:session_directory="~/tmp"
let g:session_autoload="no"