1
0
mirror of https://github.com/amix/vimrc synced 2025-07-02 05:05:00 +08:00

Updated plugins

This commit is contained in:
Amir Salihefendic
2019-05-17 16:09:13 +02:00
parent 5a2572df03
commit fae0b73f0d
154 changed files with 3522 additions and 1370 deletions

View File

@ -1,5 +1,8 @@
### What did you do? (required. The issue will be **closed** when not provided.)
### What did you do? (required: The issue will be **closed** when not provided)
<!--
If possible, please provide clear steps for reproducing the problem.
-->
### What did you expect to happen?
@ -9,13 +12,18 @@
### Configuration (**MUST** fill this out):
* vim-go version:
#### vim-go version:
* `vimrc` you used to reproduce (use a *minimal* vimrc with other plugins disabled; do not link to a 2,000 line vimrc):
#### `vimrc` you used to reproduce (use a *minimal* vimrc with other plugins disabled; do not link to a 2,000 line vimrc):
<details><summary>vimrc</summary><br><pre>
* Vim version (first three lines from `:version`):
</pre></details>
* Go version (`go version`):
#### Vim version (first three lines from `:version`):
* Go environment (`go env`):
#### Go version (`go version`):
#### Go environment
<details><summary><code>go env</code> Output:</summary><br><pre>
</pre></details>