2021-04-12 15:43:33 +00:00
|
|
|
---
|
|
|
|
name: Bug Report
|
|
|
|
about: Report a problem in lualine
|
|
|
|
title: 'Bug: '
|
|
|
|
labels: bug
|
|
|
|
|
|
|
|
---
|
|
|
|
|
2021-08-17 08:03:47 +00:00
|
|
|
<!--
|
|
|
|
Before reporting: search existing issues and
|
|
|
|
ensure you are running neovim >= 0.5 and the
|
|
|
|
latest version of lualine.
|
|
|
|
-->
|
2021-04-12 15:43:33 +00:00
|
|
|
|
|
|
|
### Self Checks
|
|
|
|
|
2022-12-28 03:00:29 +00:00
|
|
|
<!-- Check these boxes by placing an X in the middle -->
|
2021-08-17 08:03:47 +00:00
|
|
|
- [ ] I'm using the latest lualine.
|
2022-12-28 03:00:29 +00:00
|
|
|
- [ ] I didn't find the issue in existing issues or PRs.
|
2021-04-12 15:43:33 +00:00
|
|
|
|
|
|
|
### How to reproduce the problem
|
2022-08-08 06:16:22 +00:00
|
|
|
<!-- Add steps to reproduce with minimal config from below -->
|
2021-04-12 15:43:33 +00:00
|
|
|
|
|
|
|
### Expected behaviour
|
|
|
|
|
2021-08-17 08:03:47 +00:00
|
|
|
|
|
|
|
### Actual behaviour
|
|
|
|
|
2021-04-12 15:43:33 +00:00
|
|
|
|
|
|
|
### Minimal config to reproduce the issue
|
|
|
|
|
2021-08-17 08:03:47 +00:00
|
|
|
<!--
|
|
|
|
=================
|
2022-12-28 03:00:29 +00:00
|
|
|
### IMPORTANT ###
|
2021-08-17 08:03:47 +00:00
|
|
|
=================
|
|
|
|
|
|
|
|
You need to provide a way to reproduce the issue without influence
|
|
|
|
of other plugins.
|
|
|
|
|
|
|
|
Issues without proper format and a proper way to
|
2022-08-08 06:16:22 +00:00
|
|
|
reproduce might be ignored and closed without any reply.
|
2021-08-17 08:03:47 +00:00
|
|
|
|
|
|
|
This script can help you with that.
|
2021-10-22 17:32:49 +00:00
|
|
|
https://github.com/nvim-lualine/lualine.nvim/blob/master/scripts/nvim_isolated_conf.sh
|
2021-04-12 15:43:33 +00:00
|
|
|
|
2021-08-17 08:03:47 +00:00
|
|
|
Create an isolated config directory with:
|
|
|
|
|
2021-10-22 17:32:49 +00:00
|
|
|
`nvim_isolated_conf.sh -c DirectoryName`
|
2021-08-17 08:03:47 +00:00
|
|
|
|
|
|
|
Then modify the DirectoryName/.config/nvim/init.vim
|
|
|
|
so you can reproduce the issue .
|
|
|
|
|
2022-08-08 06:16:22 +00:00
|
|
|
`nvim_isolated_conf.sh -e DirectoryName`
|
|
|
|
|
|
|
|
will open DirectoryName/.config/nvim/init.vim in neovim.
|
|
|
|
the init.vim will have instructions on how and where to place
|
|
|
|
your config don't worry if you don't know viml you can get away
|
|
|
|
with lua even in a vim file.
|
|
|
|
|
|
|
|
Then you can load the config in an isolated environment to see
|
2022-12-28 03:00:29 +00:00
|
|
|
if the issue is occurring with
|
2021-08-17 08:03:47 +00:00
|
|
|
|
2021-10-22 17:32:49 +00:00
|
|
|
`nvim_isolated_conf.sh -l DirectoryName`
|
2021-08-17 08:03:47 +00:00
|
|
|
|
2022-08-08 06:16:22 +00:00
|
|
|
Paste the DirectoryName/.config/init.vim below
|
2021-08-17 08:03:47 +00:00
|
|
|
-->
|
2021-04-12 15:43:33 +00:00
|
|
|
|
2021-08-17 08:03:47 +00:00
|
|
|
|
2022-12-28 03:00:29 +00:00
|
|
|
### Additional information
|
2021-08-17 08:03:47 +00:00
|
|
|
|