Skip to content
This repository has been archived by the owner on Nov 19, 2022. It is now read-only.

Commit

Permalink
- Add python filetype plugin for indents
Browse files Browse the repository at this point in the history
- Add vim-fugitive and vim-surround
  • Loading branch information
Alex committed May 19, 2015
1 parent 99c7f9d commit 4309e12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vim/ftplugin/python.vim
@@ -0,0 +1,6 @@

" python tab expand settings
setlocal tabstop=4
setlocal expandtab
setlocal shiftwidth=4
setlocal softtabstop=4
2 changes: 2 additions & 0 deletions .vimrc
Expand Up @@ -28,6 +28,8 @@ Plugin 'vimwiki/vimwiki'
Plugin 'spiiph/vim-space'
Plugin 'terryma/vim-multiple-cursors'
Plugin 'Shougo/vimproc.vim'
Plugin 'tpope/vim-fugitive'
Plugin 'tpope/vim-surround'

" vim-scripts repos
Plugin 'AutoClose'
Expand Down

0 comments on commit 4309e12

Please sign in to comment.