Skip to content

Instantly share code, notes, and snippets.

@dbarnett
Created March 28, 2020 16:18
Show Gist options
  • Save dbarnett/c129895ce8b783f7559ed7156516c739 to your computer and use it in GitHub Desktop.
Save dbarnett/c129895ce8b783f7559ed7156516c739 to your computer and use it in GitHub Desktop.
Sample minimal .vimrc for reproducing vim-codefmt bug xyz
call plug#begin('~/.vim/plugged')
Plug 'google/vim-maktaba'
Plug 'google/vim-codefmt'
Plug 'google/vim-glaive'
call plug#end()
call glaive#Install()
Glaive codefmt zprint_options=`['{:width 80}']`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment