vamolessa / pepper

simple and opinionated modal code editor for your terminal

Home Page:https://vamolessa.github.io/pepper/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Linux] plugin-lsp: invalid glob pattern

Houkime opened this issue · comments

A line in .pepper

lsp rust-analyzer "**.rs"

results in error:glob error: invalid glob at startup regardless of the file opened, and no LSP starts for .rs. This is the default line plugin-lsp recommends.

lsp rust-analyzer "*.rs"

Results in LSP starting up if and only if Pepper is called from the directory the file resides in.

Pepper was compiled from sources at a commit 3e55af8

This error is also present in 0.27 tag.

Would you try using "**/*.rs" instead?
It seems the documentation is really suggesting an invalid glob.
I'll make sure it's updated in the next release.

will close as it was fixed. if you find further issues, please reopen!