diff options
| author | Anton Bobov <abobov@gmail.com> | 2013-11-14 11:28:27 +0600 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2013-11-14 16:18:59 +0600 |
| commit | e92461b88e8b15f435afc940b6293f4cda43596b (patch) | |
| tree | e1840de57b9f27df43e910330c311ff253989e4a /files/.vimrc | |
| parent | dc5c2ba7fe5c2b35d649c4622773bdbe6c7ac99a (diff) | |
Remove unused vim plugins.
Diffstat (limited to 'files/.vimrc')
| -rw-r--r-- | files/.vimrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/files/.vimrc b/files/.vimrc index 78d72f7..29fd4db 100644 --- a/files/.vimrc +++ b/files/.vimrc @@ -126,7 +126,6 @@ if has('autocmd') " TODO перенести в ftplugin autocmd FileType tex setlocal spell spelllang=ru,en textwidth=79 autocmd FileType java setlocal omnifunc=javacomplete#Complete - autocmd FileType python setlocal omnifunc=pythoncomplete#Complete autocmd FileType python set expandtab autocmd FileType html,xml,ant set nolist " Автоматически устанавливать директорию файла как текущую |
