-
-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I use fish-lsp with neovim and the blink completion plugin.
When I type $ start typing the variable name, blink will suggest the var name.
When I select it, I end up with $$<var name>.
Describe the solution you'd like
This discussion related to PHP shows a PHP LSP has the option to remove the leading $ dollar sign from the suggestion.
Something like set -gx fish_lsp_trim_leading_dollar along with equivalent command-line option would be great.
Describe alternatives you've considered
I tried checking blink configurations but there are none.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working