James Trew
James Trew
I can add a blurb to news.txt if that's desired. Looks like it hasn't been consistently added in the past for other `vim.lsp.buf.*` functions that received the same treatment.
How does this resolve #2544?
I think I would prefer we just implement that as oppose to adding a mechanism that allows people the option to implement it.
Yeah works on neovim v0.10.1 but on nightly 0.11 the error from [above](https://github.com/smoka7/multicursors.nvim/issues/101#issuecomment-2361768449) pops up
Seems related to https://github.com/nvim-telescope/telescope.nvim/issues/3411 I still don't have any idea how this is happening.
I like the idea of being able to use bash-style shell expansion to create files/folders. But re-implementing shell expansions inside of telescope-file-browser however is almost certainly outside the scope of...
I'm unable to reproduce this issue using your provided config on neovim v0.8.3. I tried `` about 40+ times and it's behaving as expected. If you're getting this issue using...
I was re-opening vim each time. Maybe try `:imap ` with Telescope open and see if you occasionally see multiple or strange mappings being attached to ``.
would something like this suffice? ```lua require('telescope.builtin').man_pages({ sections = { 'ALL' }, default_text = vim.fn.expand('') }) ```
Strange issue. Error seems to indicate that a function that's defined in the code, doesn't exist. I'm not sure how that's possible.