James Trew

Results 305 comments of James Trew

I don't think so. It's a pretty niche request. Usually people just want frecency. But I think something like this works ```lua local init_sort_fd = function(picker_opts, sorter_opts) picker_opts = picker_opts...

> So using tiebreak, you'll be fully sorting (I think) the first 250 results from fd (which is technically non-deterministic btw). So it could be bad performance wise and still...

If you're talking about `:Telescope git_files`, this is the default git behavior. ![image](https://github.com/nvim-telescope/telescope.nvim/assets/66286082/df9da5b7-ca68-4e3c-a602-14a4fa67123d) You can set `git config core.quotepath false` to change this behavior. ![image](https://github.com/nvim-telescope/telescope.nvim/assets/66286082/08db6fc8-2912-4720-9fbd-85e4ff65644b) But looking more deeply, I...

Hmm.. I can't reproduce this using your provided config + minimal config ```lua local root = vim.fn.fnamemodify("./.repro", ":p") -- set stdpaths to use .repro for _, name in ipairs({ "config",...

Thanks for digging into this further @fpbouchard I think I'll consider this closed.

Sorry just to clarify, I should be able to replicate this with your minimal config if I uncomment out the treesitter `init` config? I tried with and without the `init`...

I revisited the minimal config with neovim 0.9.5 and I can reproduce the issue. But not with neovim nightly. The Neovim version seems to be a common ground between users...

This is just the behavior of the prompt buffer using vim's `buftype='prompt'` option. Normal commands are only available on the last line of the buffer. So `p` will work on...

I think that would break more things 😕

@Conni2461 what do you think?