Michael Peter
Michael Peter
For anyone finding this issue with a similar problem (migrating from Linux to MacOS and therefore different paths) my workaround was as follows: 1. Export all directories via `zoxide query...
Hello, honestly, I've never come over this selection. When does this window appear or how do you open it? Usually (with my config), the correct LSPs automatically start when opening...
closed due to inactivity
hmm Treesitter parsers are installed? Does `:checkhealth` return any issues? Does your Terminal display all colors? `for x in {0..8}; do for i in {30..37}; do for a in {40..47};...
Did you add "rust" to the enabled treesitter languages? https://github.com/Allaman/nvim/blob/main/lua/config/treesitter.lua#L2
closed due to inactivity
Hello, unfortunately I didn't got it to work anymore. The part I commented out in this [commit](https://github.com/Allaman/nvim/commit/d883444a14e5bbf7072fea6e375dcd6f6ebeb0d3) used to work but pls have a look at #8 and the workaround...
This is great news! Unfortunately, running `:PackerSync` (not in Docker context) gets stuck without this setting. Can you confirm this?
Thanks for your clarification. I made a small workaround that should fix this issue - pls give it a try
Am I mistaken something? There is output? I define all my tools via mason-tool-installer like this ``` require("mason-tool-installer").setup({ -- a list of all tools you want to ensure are installed...