diff options
| author | 2015-02-22 17:47:57 +0100 | |
|---|---|---|
| committer | 2015-02-22 17:47:57 +0100 | |
| commit | ca0a1a2248460d3efaa723f396f77b2d73299d3a (patch) | |
| tree | d88bec85e988949ebcea9f4b4fd61f9c5a222d37 /vim | |
| parent | d0ecb2a9d770b1987e3be7cdc549d46880b89c5e (diff) | |
| download | dotfiles-ca0a1a2248460d3efaa723f396f77b2d73299d3a.tar.gz dotfiles-ca0a1a2248460d3efaa723f396f77b2d73299d3a.tar.bz2 dotfiles-ca0a1a2248460d3efaa723f396f77b2d73299d3a.zip | |
Added ft python && modeline support to vimrc
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/ftplugin/python.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/vim/ftplugin/python.vim b/vim/ftplugin/python.vim new file mode 100644 index 0000000..183ef4b --- /dev/null +++ b/vim/ftplugin/python.vim | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | set tabstop=8 | ||
| 2 | set expandtab | ||
| 3 | set shiftwidth=4 | ||
| 4 | set softtabstop=4 | ||
