My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit f1903fa7be2d07772d36d98753007b824def7960
Parent: 326efb19d30c92dfb2b1345874bcf0ec7b12b496
Author: mcol <mcol@posteo.net>
Date: 2018-11-30 23:49:35 +0000
Committer: mcol <mcol@posteo.net>
Committed: 2018-11-30 23:49:35 +0000

pc specific loading of matchit

vimrc Modified

@@ -76,7 +76,9 @@
 set wildmenu			" enable wildmenu for tab completion of commands
 set wildmode=longest:list,full	" format wildmenu to expand and scroll with tab
 
-packadd! matchit		" needed for matlab indentation functionality
+if hostname() == "zenbook"
+    packadd! matchit		" needed for matlab indentation functionality
+endif
 
 set autochdir			" cwd to current file