Fabian David Schmidt

Results 30 issues of Fabian David Schmidt

Hi there, kudos to an impressive project :) One thing I'm missing from `nvim-cmp` is that the preview is processed via `vim.lsp.util.stylize_markdown` (concealed, etc.). Would you consider adding this? As...

# Description Minimal solution of what's needed to implement what's needed for #1939 (`initial_mode = "select"`) to get a feel. Looks like it works as expected to move in between...

40 mins of a bit of telescope hacking :) Closes #1701 Now you can ```lua local actions = require "telescope.actions" -- also works for actions.move_selection_previous local select_next = actions.move_selection_next +...

Hi all, since core now engages in mentored projects, I was thinking telescope should maybe follow suit. To that end, here's a list of fixes/features/ideas loosely (and hopefully adequately) sorted...

I hope to have it finished by 0.1 :laughing: we should have this, then finally users can find some important stuff. Lots to do - [ ] Intro segment with...

As a very first crack * Cleans up the hooks (originally my bad :sweat_smile: ) which would be a breaking change (not saying this is ideal, but I feel something...

This pinned issue is supposed to announce breaking changes (and possibly other critical info) to users. The idea is that we announce (potentially) breaking changes with sufficient time (ideally weeks)...

I find the UI of creating an additional float to insert/rename/etc somewhat unfortunate, so this PR seems to successfully lever the prompt as space for an input: * Allows proper...

This allows the following: `:lua require "telescope".extensions.file_browser.file_browser { types = {"file", "directory"}}` now makes the `folder_browser` show both files and directories (default: `types = { "directory" }`) and you can...

Following the reddit discussion, I've deeply reconsidered mappings once more. I really like the suggestion from @David-Kunz to map going upwards to `h` (with `-` alias) and move quite some...