refaelsh
refaelsh
Using @sealskej solution worked for Me.
I moved the list to the next line and the problem went away - good workaround. Thank you :-)
> For 2 and 3 please see what I wrote in the other ticket. I will do it asap today. > For 1, this is actually a bug in Neovim....
> 3. This happens because your font does not support the default character for headlines.nvim. You can either change/patch your font, or use a different character. I prefer to change...
> Yes, the font in the terminal. I am using the nerd font patched version of Fira Code. https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode Interestingly, their README says that my terminal of choice, Alacritty, is...
> This happens because your org headline highlight groups have a background color. https://github.com/akinsho/org-bullets.nvim uses that color for the bullets, but the background color of virtual text overwrites the highlight...
> 3. This happens because your font does not support the default character for headlines.nvim. You can either change/patch your font, or use a different character. 1. I configured Alacritty...
> 3. This happens because your font does not support the default character for headlines.nvim. You can either change/patch your font, or use a different character. I've decided to permanently...
``` for i = 1, 40, 1 do vim.cmd(string.format("highlight OrgHeadlineLevel%d guibg=NONE", i)) end ``` I did that, and problem number 2 still exists. Suggestions please :-)
> Location matters, you need to do this after your colorscheme loads, but before org-bullets setup Problem number 2 still remains, but much less in quantity. I will blame the...