David Else
David Else
@atleta Cheers, I knew about that, just want the working new version now, no more hacks.
It would be great! I tried to ask the VS Code people to enable printing, no luck, it seems 'out of fashion' to print anything! :) I have tried and...
@trollixx I see https://github.com/zealdocs/zeal/pull/1276 . Is there anywhere to download this AppImage yet? The long-awaited new version of Zeal feels so near! :)
@trollixx The appimage seems to be working well on Centos/Rocky 8.4 :) Hope there is an official release asap, great work!
@ShrirajHegde https://github.com/zealdocs/zeal/suites/3208003709/artifacts/74197191 , but I think it will expire, so grab it now.
There is a brand new version that has been worked on for years that just needs releasing!!! https://github.com/zealdocs/zeal/discussions/1308 @trollixx Could you just release it as it is as a release...
https://github.com/zealdocs/zeal/discussions/1308
@frenzymadness Would be great to see an EPEL8 release of the new version too :)
@frenzymadness I am afraid I am not a packager, but if you were to build it for EPEL 9 it would be great :)
I am not sure about your 'use' syntax, but this works: ``` require("trouble").setup { icons = false, use_lsp_diagnostic_signs = true, } ``` and in the more general lsp setup https://github.com/neovim/nvim-lspconfig/wiki/UI-customization#change-diagnostic-symbols-in-the-sign-column-gutter:...