Start ssh-agent when needed
This commit is contained in:
parent
26c8b32b06
commit
847ccd2691
2 changed files with 22 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ au BufWinLeave *.py mkview
|
|||
au BufWinEnter *.py silent loadview
|
||||
|
||||
" file specific formatting
|
||||
autocmd Filetype python setlocal tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
|
||||
autocmd Filetype python,bash,sh setlocal tabstop=4 softtabstop=4 shiftwidth=4 expandtab autoindent fileformat=unix
|
||||
autocmd Filetype css,html,htmldjango,javascript setlocal tabstop=2 softtabstop=2 shiftwidth=2
|
||||
|
||||
" fold methods based on indents
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue