We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f99a9cb commit e5e0415Copy full SHA for e5e0415
README.md
@@ -46,8 +46,8 @@ call vundle#begin()
46
47
...
48
49
-" Add maktaba and glaive to the runtimepath.
50
-" (The latter must be installed before it can be used.)
+" Add maktaba, glaive, and codefmt to the runtimepath.
+" (Glaive must also be installed before it can be used.)
51
Plugin 'google/vim-maktaba'
52
Plugin 'google/vim-glaive'
53
Plugin 'google/vim-codefmt'
@@ -58,7 +58,7 @@ vundle#end()
58
filetype plugin indent on
59
60
" Add helloworld to the runtime path. (Normally this would be done with another
61
-" Bundle command, but helloworld doesn't have a repository of its own.)
+" Plugin command, but helloworld doesn't have a repository of its own.)
62
call maktaba#plugin#Install(maktaba#path#Join([maktaba#Maktaba().location,
63
\ 'examples', 'helloworld']))
64
0 commit comments