You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* And if you are using Windows Subsystem Linux, you need to apply **[the patch for os.RemoveAll()](https://go-review.googlesource.com/c/go/+/62970) ! ([#1](https://github.com/vim-volt/go-volt/issues/1))**
65
-
* But it's a hassle, you can just download linux-386/amd64 binaries from [GitHub releases](https://github.com/vim-volt/volt/releases) :)
66
65
67
-
And there is bash completion script in [\_contrib](https://github.com/vim-volt/volt/blob/master/_contrib/completion/bash) directory (thanks@AvianY).
66
+
Optional: Bash/Zsh completion scripts in [\_contrib/completion/](https://github.com/vim-volt/volt/blob/master/_contrib/completion) directory (by@AvianY, @mrymtsk).
68
67
69
-
## Self upgrade
68
+
###Self upgrade
70
69
71
70
If you already have older version's `volt` command, you can use `volt self-upgrade` command.
72
71
@@ -78,7 +77,17 @@ will upgrade current running volt binary to the latest version if the [newer rel
78
77
79
78
Or also you can just checks if the newer releases published by running `volt self-upgrade -check`.
80
79
81
-
## Introduction
80
+
### vimrc / gvimrc
81
+
82
+
If you put your vimrc / gvimrc to:
83
+
84
+
*`$HOME/volt/rc/<profile>/vimrc.vim` (installed to: `$HOME/.vim/vimrc`)
85
+
*`$HOME/volt/rc/<profile>/gvimrc.vim` (installed to: `$HOME/.vim/gvimrc`)
86
+
87
+
The default profile is `default`.
88
+
89
+
Why volt manages vimrc / gvimrc is to allow easily switching vimrc / gvimrc.
90
+
See [the profile feature](https://github.com/vim-volt/volt#switch-set-of-plugins-profile-feature) for details.
82
91
83
92
### VOLTPATH
84
93
@@ -144,7 +153,7 @@ $ volt rm tyru/caw.vim # (sob)
0 commit comments