Skip to content

Add options to trim leading dollar ($) sign. #115

@andradei

Description

@andradei

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 working

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions