33 lines
649 B
Markdown
33 lines
649 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a problem in lualine
|
|
title: 'Bug: '
|
|
labels: bug
|
|
|
|
---
|
|
|
|
<!-- Before reporting: search existing issues and ensure you are running the latest nightly of neovim and the latest version of lualine.-->
|
|
|
|
### Self Checks
|
|
|
|
<!-- Check these boxes by placeing an X in the middle -->
|
|
- [ ] I'm using the latest lualine and neovim nightly.
|
|
- [ ] I didn't find the issue in exsisting issues or prs.
|
|
|
|
### How to reproduce the problem
|
|
|
|
### Actual behaviour
|
|
|
|
### Expected behaviour
|
|
|
|
### Aditional information
|
|
|
|
### Minimal config to reproduce the issue
|
|
|
|
<details>
|
|
<summary>Config</summary>
|
|
|
|
<!-- paste your config here-->
|
|
|
|
</details>
|