1
0
mirror of https://github.com/amix/vimrc synced 2025-07-09 10:45:00 +08:00

I don't know how to ignore autoformatting *.h.in files, so change into autoformat files manually.

This commit is contained in:
Kurtis Moxley
2022-06-05 22:09:27 +08:00
parent e371e16382
commit 27c01e54fa
23 changed files with 2776 additions and 1 deletions

View File

@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''
---
### Bug description
A clear and concise description of what the bug is.
### To Reproduce
Steps to reproduce the behavior:
1. ...
2. ...
### Expected behavior
A clear and concise description of what you expected to happen.
### Behavior with minimal `.vimrc`
A clear and concise description of what happens whe trying to reproduce the bug with a minimal `.vimrc`. Ideally, a minimal `.vimrc` only contains configuration for this plugin, and nothing else. If the minimal `.vimrc` used is more complicated, please post the content here.
### Screenshots
If applicable, add screenshots to help explain your problem.
### Other info
- OS:
- Vim/Neovim version:
- Vim-CMake version (5th line in `:help cmake`):
- CMake version (`cmake --version`):
### Additional context
Add any other context about the problem here.

View File

@ -0,0 +1,19 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: feature request
assignees: ''
---
### Request description
A clear and concise description of what the feature request is.
### Desired behavior
A clear and concise description of what you want to happen.
### Alternatives solutions
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,7 @@
---
name: Other
about: General feedback or question
title: ''
labels: ''
assignees: ''
---