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

Change Rainbow-parenthese plugin into Rainbow plugin.

This commit is contained in:
Kurtis Moxley
2022-08-11 11:57:20 +08:00
parent bbbedb5311
commit 1f4af09835
53 changed files with 2745 additions and 845 deletions

View File

@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: "[Bug] "
labels: ''
assignees: ''
---
### **Describe the bug**
A clear and concise description of what the bug is.
### **To Reproduce**
Steps to reproduce the behavior, **Please provide a minimal piece of code to produce this issue**, along with it's filename and it's filetype detected by vim (via `:set ft?`), a piece of text is better than a picture here. For example:
File: `bug.js`, filetype=javascript
```
var pair = {x: 1, y: 2}
```
Steps:
1. Open file via `vim bug.js`
2. See the color of `{` and `}` around text `{x: 1, y: 2}`
### **Expected behavior**
A clear and concise description of what you expected to happen.
### **Screenshots**
Provide a screenshot to describe what you got.
### **Additional context**
**Are you using some third-party syntax plugins?** Add any other context about the problem here.

View File

@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.

View File

@ -0,0 +1,10 @@
---
name: Not Issue
about: Start a conversation which is not about bug report or feature request
title: ''
labels: ''
assignees: ''
---
This is not an Issue. You can type anything here except bug report and feature request.