πš„π™½_πŸΏπ™±π™Ύπšƒ

Results 7 comments of πš„π™½_πŸΏπ™±π™Ύπšƒ

Indeed, the problem is with the autorun of this .desktop file. Therefore, I wrote the command `input-remapper-control --command stop-all && input-remapper-control --command autoload` in the bash script when starting the...

This is a separate file in the qtile config. (autostart.sh). ![image](https://user-images.githubusercontent.com/111110804/215744295-2e42fb8b-8b6d-4601-920b-81c0c099dc1c.png)

![image](https://github.com/stevanmilic/nvim-lspimport/assets/111110804/3c7c8123-4b69-4074-8836-60fceef36807) ![image](https://github.com/stevanmilic/nvim-lspimport/assets/111110804/d73f4f28-90d3-4e14-8da2-a9069856831f)

I fixed it. I came across the concurrency parameter in the neotest documentation. By default, it is 0 (number of cores). I set the optimal value for myself to 3....

https://github.com/SmiteshP/nvim-navbuddy/pull/105 It seems that the current repository is inactive, so I just pinned the branch for myself. ```lua { "UN-9BOT/nvim-navbuddy", lazy = true, branch = "feature_number_lines" } ``` ![image](https://github.com/user-attachments/assets/0a3f56b3-2423-4401-8aa2-12f0767c9752)

https://github.com/potamides/pantran.nvim/issues/23

@cxwx https://github.com/potamides/pantran.nvim/pull/33 https://github.com/UN-9BOT/9dotfiles/blob/50fb317ebdcf5f27778f4408459f2a17d83cca76/dotfiles/config/nvim/lua/plug_configs/text_tools/pantran.lua#L3 ``` "UN-9BOT/pantran.nvim", branch = "fix_help", ```