X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vimrc;h=12ff138f80cb239ab9bd487fbd5b7e24c3b7dd08;hb=49f77fa2e04f15e20800f18e4f91296aa99d2153;hp=4d15af8731224876a8d95244eee9fa0bfab2d2c4;hpb=43bccc36cc538f573b0559ea171d09267b660681;p=config%2Fdotfiles.git diff --git a/vimrc b/vimrc index 4d15af8..12ff138 100644 --- a/vimrc +++ b/vimrc @@ -510,9 +510,11 @@ endif " ABBREVIATIONS -" Fix some of my spelling mistakes. +" Fix some of my spelling mistakes (German). inoreabbrev relle reelle inoreabbrev reele reelle +" Fix some of my spelling mistakes (English). +inoreabbrev completly completely " SYNTAX SETTINGS @@ -637,6 +639,12 @@ if has('eval') silent! execute 'call pathogen#runtime_append_all_bundles()' endif +" Settings for securemodelines. + " Only allow items I need (also includes spl which is not enabled by + " default). + let g:secure_modelines_allowed_items = ['ft', 'spl', 'fdm', + \ 'sw', 'sts', 'noet'] + " Settings for the NERD commenter. " Don't create any mappings I don't want to use. let g:NERDCreateDefaultMappings = 0