@@ -70,26 +70,29 @@ Usage
70
70
Set vimrc / gvimrc flag to true or false.
71
71
72
72
Quick example
73
- $ volt profile list
73
+ $ volt profile list # default profile is "default"
74
74
* default
75
- $ volt profile new foo # will create profile "foo"
75
+ $ volt profile new foo # will create profile "foo"
76
76
$ volt profile list
77
77
* default
78
78
foo
79
- $ volt profile set foo # will switch profile to "foo"
79
+ $ volt profile set foo # will switch profile to "foo"
80
80
$ volt profile list
81
81
default
82
82
* foo
83
83
84
- $ volt profile use -current vimrc false # Disable installing vimrc on current active profile on "volt rebuild"
85
- $ volt profile use default gvimrc true # Enable installing gvimrc on profile default on "volt rebuild"
84
+ $ volt profile set default # on profile "default"
85
+
86
+ $ volt enable tyru/caw.vim # enable loading tyru/caw.vim on current profile
87
+ $ volt profile add foo tyru/caw.vim # enable loading tyru/caw.vim on "foo" profile
88
+
89
+ $ volt disable tyru/caw.vim # disable loading tyru/caw.vim on current profile
90
+ $ volt profile rm foo tyru/caw.vim # disable loading tyru/caw.vim on "foo" profile
91
+
92
+ $ volt profile destroy foo # will delete profile "foo"
86
93
87
- $ volt profile set default # will switch profile to "default"
88
- $ volt profile rm foo tyru/caw.vim # will disable loading tyru/caw.vim plugin on profile "foo"
89
- $ volt disable tyru/open-browser.vim # if profile name is current active profile, you can also use "volt disable" command instead
90
- $ volt profile add foo tyru/caw.vim # will enable loading tyru/caw.vim plugin on profile "foo"
91
- $ volt enable tyru/open-browser.vim
92
- $ volt profile destroy foo # will delete profile "foo"` + "\n \n " )
94
+ $ volt profile use -current vimrc false # Disable installing vimrc on current active profile on "volt rebuild"
95
+ $ volt profile use default gvimrc true # Enable installing gvimrc on profile default on "volt rebuild"` + "\n \n " )
93
96
profileFlags .helped = true
94
97
}
95
98
0 commit comments