Magnus
Magnus
@Saghen Not sure if this is related, but check out this odd sorting (using the default `sorts = { 'score', 'sort_text' }`):  It starts out with two entries that...
@Saghen I have done additional research. It seems both `lua` and `rust` give the wrong order, each in their own unique ways: **`implementation = "lua"`**: * Order is non-deterministic. Around...
Hi @Saghen , Sorry for coming back to this, but is this intended default behavior?  If we start writing an "H", it is likely we want to get an...
@yetone thank you for chiming in. Do you know if the file permission issue is fixed, or if it is a problem on my/our end? Also, is it advisable to...
Unfortunately, AI plugins for nvim are lagging significantly behind the AI capabilities of most other major IDEs. I tried Avante, CopilotChat, and CodeCompanion, with constant issues, ranging from permission denied,...
@kdrag0n I was trying to get Homebrew to work (on an Orbstack intel machine, as arm is not supported), and thought perhaps disabling Rosetta might work. Any thoughts on that?...
@kkrime Quick question: I tried this plugin, via LazyVim, but the list of recent projects remains empty. Is it broken and no longer maintained? Are your PRs being merged here...
> @magnusriga I'm not sure what's happening with this project tbh, it hasn't been touched by the maintainer in a while, it's looking like it's been abandoned. > > I'm...
@kkrime I am using `lazy.nvim` and did: ```lua { "kkrime/project.nvim", opts = { }, event = "VeryLazy", config = function(_, opts) require("project_nvim").setup(opts) end, } ``` Does it need any other...
@kkrime Thanks for helping me. I found the issue: 1. `copilot.nvim` uses cwd as LSP client root, which results in `project.nvim` never updating its list. That is wrong, in my...