Created
March 28, 2020 16:18
-
-
Save dbarnett/c129895ce8b783f7559ed7156516c739 to your computer and use it in GitHub Desktop.
Sample minimal .vimrc for reproducing vim-codefmt bug xyz
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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