diff options
| author | 2015-03-30 10:25:12 +0200 | |
|---|---|---|
| committer | 2015-03-30 10:25:12 +0200 | |
| commit | 8eee1c45bef74aa6094f463f9888ac653958b3dc (patch) | |
| tree | 0e2a066fd4da4afcf08f0bef348511b5c9ac48f7 /vim/.vim | |
| parent | c7ebce541a9914d4e5a3b52e838e2ac66dd139a0 (diff) | |
| download | dotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.tar.gz dotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.tar.bz2 dotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.zip | |
Moving back to stow for management
reasons: dotfiles.sh misbehaving on freebsd
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 | ||
