Fitrah
Fitrah
@mvllow @Frydac can you guys try these ~~patches~~ branches? I don't know which one is the desired behavior or fits the tree-navigation workflow as I'm not using neo-tree (or NvimTree)...
@mvllow I also always disable `set_cursorline` since I have my own autocmd for that, so maybe I missed something on this bug
Oh my bad, i did not look into the source code before and i don't know much about pixman. By the way, this is the output of `xwallpaper --debug --zoom`...
Thank you, actually i use xwallpaper because it's performance, maybe i have to dig deeper about pixman
`dartls` with lspconfig works fine, but [flutter-tools.nvim](https://github.com/akinsho/flutter-tools.nvim) does not, is there some modification ? I'm not familiar with LSP specs
@j-hui does this [line](https://github.com/akinsho/flutter-tools.nvim/blob/3f3b16d69cdd26e2ed1b2baa719abac7f4c1a8b1/lua/flutter-tools/lsp/init.lua#L52) mean they still call the default handler so other plugin can use it ? I tried using [arkav/lualine-lsp-progress](https://github.com/arkav/lualine-lsp-progress) and it seems they can catch the progress...
@j-hui `dartls` with `flutter-tools.nvim` works, seems like a lazy loading issue
> It works in Cmake project. If you have makefile project, then shift to "Cmake project" No, with [this config](https://github.com/fitrh/init.nvim/blob/main/lua/config/lsp/server/clangd.lua) even makefile project works for me, I think all we...
How about [ktlint](https://github.com/pinterest/ktlint) ?
The workaround to this kind of issue is to override nvim-web-devicon config ```lua local devicons = require("nvim-web-devicons") local icons = devicons.get_icons() devicons.setup({ override = { ruby = icons["rb"], }, })...