+#
+
+# deb cdrom:[Debian GNU/Linux stretch-DI-alpha7 _Stretch_ - Official Snapshot amd64 NETINST Binary-1 20160630-14:29]/ stretch main
+
# deb http://ftp-stud.hs-esslingen.de/debian stretch main
# main stretch repositories
set incsearch " Incremental search
set autowrite " Automatically save before commands like :next and :make
set hidden " Hide buffers when they are abandoned
+set mouse= " Disable mouse usage (all modes)
autocmd FileType sls set tabstop=2 expandtab shiftwidth=2 softtabstop=2
autocmd FileType python set tabstop=4 expandtab shiftwidth=4 softtabstop=4
filetype plugin indent off
endif " has("autocmd")
+let g:skip_defaults_vim = 1
filetype plugin off