Umut Topuzoğlu
Umut Topuzoğlu
So apparently the default highlights are not working. Even after using the setup function it is not using the defined highlighting. After overriding `GitConflict`... highlight groups it started working. I...
Additionally I can say, that I worked around this by doing the following ```lua local auto_dark_mode = require('auto-dark-mode') auto_dark_mode.setup({ update_interval = 1000, set_dark_mode = function() local current = vim.api.nvim_get_option('background') if...
I did that but it still happens. See my 2nd comment. This used to work for a long time but started to happen after some commit. Do you have any...
fwiw it's only broken after start. when I switch to dark and light again and again no problems happen after that. it has to do with some default applied before...
also as of right now, the issue happens every time. it used to be flaky but now i can consistently reproduce the issue. when I have auto-dark-mode enabled and start...
Looks like the issues is caused by another plugin I was using. See: * https://github.com/nvim-telescope/telescope-frecency.nvim/issues/210 I put it in my themes documentation. https://github.com/uloco/bluloco.nvim#switching-light-and-dark-theme-according-your-os-settings
I tried it, but it looks like, the paste command pastes the copied input sometimes two times concatenated.... Is this a known issue?
I'll have a look at this. Sounds good so far. For the conservation, you can just open a new issue on your testing repo or the original ones and I...
I think we can let the script copy everything in `.icons` as you did, but have to specify in the readme again, what to do, if the cursor is not...
For Ubuntu, the proper way of doing this would be: 1. `sudo ln -s ~/.icons/Numix-Cursor /usr/share/icons/Numix-Cursor` 2. `sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/Numix-Cursor/cursor.theme 90` 3. `sudo update-alternatives --set x-cursor-theme /usr/share/icons/Numix-Cursor/cursor.theme`...