goneovim: 0.4.11: no indentation lines and some display problems.
- I can’t enable indent guide for
goneovim. It’s already hasIndentGuide = truein the config file. - for Perl or Python scripts (etc,
goneovimdoesn’t have problem with C++ or Go) black texts are displayed in black background:
If I resize the window:
Here how neovim-qtrender the same file:
I use colorscheme peachpuff in neovim init.vim.
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 20 (11 by maintainers)
Commits related to this issue
- Add debug log (#204) — committed to akiyosi/goneovim by akiyosi 3 years ago
- Fix an issue where the background color was not updating properly (#204) — committed to akiyosi/goneovim by akiyosi 3 years ago
@antsn Thanks for the report. It seems that this problem was not completely fixed before. I think I have fixed it, so could you please check the behavior with the latest build below.
https://github.com/akiyosi/goneovim/actions/runs/1127072229
@antsn Sorry for late reply! What is the whole content of setting.toml? A minimal indentation guide setting should look like this;
This bug still occurs!
setting.tomlhas only optionIndentGuide = true