Turiiya
Turiiya
There are already some issues mentioning not working keys, so I don't want to bother too much when there is no time. Maybe it'll be good to create an issue...
Hey hello, Would it be possible for you to implement a setting that targets only the background?
Should be temporary change if compatibility with java 8 restored. But should fix most of the current CI failure.
Using a value from 0 to 1 is currently the closest to the desired result. In addition, it would be great to have the possibility that the width of the...
Instead of: ```lua finder = { [""] = "Select", [""] = "Close", ... } ``` ```lua finder = { select = { "" }, close = { "" }, ......
Thank you so much for creating this great course. I found some typos along the way and wanted to ask if it's ok for you if a correction is contributed...
- Sets the given color as initial color. Keeps the given value if the users doesn't change the color dialog. `gtk2` Example when passing an initial color of `r: 200,g:...
closes #6 Please let me know if you prefer any changes and feel free to modify the PR.
As the modules depend on nvim-treesitter. I think it could be nice to add a little dependency check if it is installed. It could be as simple as a: `if...
Updates the used md4c C library. As far as I can see our state is about 5 years old. The repo received some updates since then. Also, we can use...