Ian

Results 32 comments of Ian

as above, i'v tested with telescope but it doesn't load the handlers so i added keys ps. gd doesn't work with `Console.WriteLine` if without keys

@folke tested on newest lazyvim version if without keys (just handlers). go to reference on `Console.WriteLine` results in ```  Error 01:19:17 AM msg_show.lua_error Error executing vim.schedule lua callback: ...unwrapped-0.10.0/share/nvim/runtime/lua/vim/lsp/util.lua:1914:...

> Did you find a solution/workaround to this? nope, just didn't use catppuccin/nix for kvantum, configured it in home-manager manually

sure, ```nix qt = let upperFirst = str: (lib.toUpper (builtins.substring 0 1 str)) + (builtins.substring 1 (builtins.stringLength str) str); flavorCapitalized = upperFirst config.catppuccin.flavor; accentCapitalized = upperFirst config.catppuccin.accent; in { enable...

i think this might clarify some things the ff. must be done to set the qt theme 1. setting `QT_QPA_PLATFORMTHEME` (with i.e `kvantum`, `qtct`) 2. setting the style theme either...

have you set `qt.platformTheme.name` to kvantum?

i'm having the same issue. If I turn off gpu hardware accelerated rendering, the artifacts disappear

The ff. fix may work: - change the mesa driver: - setting `MESA_LOADER_DRIVER_OVERRIDE=zink` - `nvidia-offload` - disabling gpu acceleration

I've found another fix: decrease `Accessibility > UI Scale`

@svenstaro should I continue to work on this and if so can you review? To be honest this might be too big to put behind a `#ifdef`. should I put...