Zeioth

Results 207 comments of Zeioth

Lines that need to be updated. ![screenshot_2024-10-16_14-06-33_394569830](https://github.com/user-attachments/assets/f34f3a49-49e5-4388-bbf8-201aec04a06c)

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 ![screenshot_2024-08-04_01-24-41_768880131](https://github.com/user-attachments/assets/47946a54-22e6-4a0c-8c3c-7b59a997e1ab) Installed through mason ![screenshot_2024-08-04_01-25-20_133019698](https://github.com/user-attachments/assets/c9909832-6fc3-41ae-94b1-e552e6d74edc) Manually started as ![screenshot_2024-08-04_01-25-54_924267176](https://github.com/user-attachments/assets/5332aa7d-8188-43d6-8299-b8eaaffd6964) 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.