Zeioth
Zeioth
Lines that need to be updated. 
Possible solution: https://medium.com/@staticmukesh/how-i-managed-to-delete-1-billions-files-from-my-google-drive-account-9fdc67e6aaca
For some stupid reason, I need to validate my OAuth credentials in order to delete files from Google Drive, which apparently takes 4-6 weeks, so I can't confirm that everything...
No it wasn't through RClone: I deleted the directory created by RClone, manually on Google Drive website. Apparently when you do that, it generates orphan files. It's on Google Drive...
I can repro  Installed through mason  Manually started as  The workaround is to install hyprls with go instead of mason ```sh go install github.com/ewen-lbh/hyprls/cmd/hyprls@latest ```
It seems it has been merged to mason-lspconfig: https://github.com/williamboman/mason-lspconfig.nvim/commit/0e657813ae1b849dd6634d533edf4edc0185eb78 EDIT: The issue remains on my end.
@BANanaD3V If I understand correctly the bug is on the component https://github.com/Zeioth/heirline-components.nvim/wiki/neotree The relevant bits of source code are: * https://github.com/Zeioth/heirline-components.nvim/blob/935f29dabd86f2669e0b3c8dd283b2d3b1cfaee7/lua/heirline-components/core/component.lua#L834 * https://github.com/Zeioth/heirline-components.nvim/blob/935f29dabd86f2669e0b3c8dd283b2d3b1cfaee7/lua/heirline-components/core/provider.lua#L824 The function `get_icon` is also involved but...
This can be achieved already like ```lua opts = { highlight = { comments_only = false }, keywords = { NOTE = { icon = " ", color = "info"...
@GasparVardanyan Maybe we could expose nvim globals the same way we do with `CMake`: https://github.com/Zeioth/Compiler.nvim/wiki/CMake-build-automation-utility#more-info
@antonkesy sorry for not noticing this one before. Issue accepted. We are gonna suport all common conventions for Makefile filename on the next version.