diff options
Diffstat (limited to 'vim/.vim')
| l--------- | vim/.vim/autoload/pathogen.vim | 1 | ||||
| -rw-r--r-- | vim/.vim/ftplugin/python.vim | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/vim/.vim/autoload/pathogen.vim b/vim/.vim/autoload/pathogen.vim new file mode 120000 index 0000000..9a7227e --- /dev/null +++ b/vim/.vim/autoload/pathogen.vim | |||
| @@ -0,0 +1 @@ | |||
| ../vim-pathogen/autoload/pathogen.vim \ No newline at end of file | |||
diff --git a/vim/.vim/ftplugin/python.vim b/vim/.vim/ftplugin/python.vim new file mode 100644 index 0000000..183ef4b --- /dev/null +++ b/vim/.vim/ftplugin/python.vim | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | set tabstop=8 | ||
| 2 | set expandtab | ||
| 3 | set shiftwidth=4 | ||
| 4 | set softtabstop=4 | ||
