dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | Submodules | README | LICENSE

vimrc.noplugs (142B)


      1 " temporarily fix deprecation warning
      2 if has('python3')
      3     silent! python3 1
      4 endif
      5 
      6 set nocompatible
      7 filetype plugin indent on
      8 syntax enable