mirror of
https://github.com/amix/vimrc
synced 2025-06-16 01:25:00 +08:00
Updated plugins, also experimenting with a new font
The font is IBM Plex Mono: https://ibm.github.io/type/
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
Thanks for improving vim-go! Before you dive in please read the following:
|
||||
|
||||
1. Please read our
|
||||
[Documentation](https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt), it might
|
||||
have answers for your problem
|
||||
2. If you add a new feature please don't forget to update the documentation:
|
||||
[Documentation](https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt),
|
||||
it might have a solution to your problem.
|
||||
2. If you add a new feature then please don't forget to update the documentation:
|
||||
[doc/vim-go.txt](https://github.com/fatih/vim-go/blob/master/doc/vim-go.txt).
|
||||
3. If it's a breaking change or exceed +100 lines please open an issue first
|
||||
and describe the changes you want to make.
|
||||
3. If it's a breaking change or exceeds 100 lines of code then please open an
|
||||
issue first and describe the changes you want to make.
|
||||
4. See `:help go-development` for instructions on how to run and write tests. If
|
||||
you add a new feature be sure you also include a test if feasible.
|
||||
|
||||
|
@ -1,25 +1,22 @@
|
||||
### Behavior
|
||||
### What did you do? (required. The issue will be **closed** when not provided.)
|
||||
|
||||
Write here what's happening and what you're expecting instead of...
|
||||
|
||||
### Steps to reproduce:
|
||||
### What did you expect to happen?
|
||||
|
||||
Please create a reproducible case of your problem. If this step is
|
||||
not provided, the issue will be **closed**
|
||||
|
||||
Re produce it with a minimal `vimrc` with all plugins disabled and
|
||||
only `vim-go` enabled:
|
||||
### What happened instead?
|
||||
|
||||
1.
|
||||
2.
|
||||
3.
|
||||
|
||||
### Configuration
|
||||
### Configuration (**MUST** fill this out):
|
||||
|
||||
Add here your current configuration and additional information that might be
|
||||
useful, such as:
|
||||
* Vim version (first two lines from `:version`):
|
||||
|
||||
* Go version (`go version`):
|
||||
|
||||
* Go environment (`go env`):
|
||||
|
||||
* `vimrc` you used to reproduce
|
||||
* vim version:
|
||||
* vim-go version:
|
||||
* go version:
|
||||
|
||||
* `vimrc` you used to reproduce (use a *minimal* vimrc with other plugins disabled; do not link to a 2,000 line vimrc):
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user