Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Micro ignores external plugins. #3117

Open
agoodfellow123 opened this issue Jan 15, 2024 · 2 comments
Open

Micro ignores external plugins. #3117

agoodfellow123 opened this issue Jan 15, 2024 · 2 comments

Comments

@agoodfellow123
Copy link

Description of the problem or steps to reproduce

micro -plugin install filemanager
micro -plugin install lsp
micro -plugin list
Both of them are there but when I run micro neither of them functions.

Config:

{
    "colorscheme": "simple",
    "filemanager-openonstart": true,
    "lsp.autocompleteDetails": false,
    "lsp.formatOnSave": true,
    "lsp.ignoreMessages": "LS message1 to ignore|LS message 2 to ignore|...",
    "lsp.ignoreTriggerCharacters": "completion,signature",
    "lsp.server": "python=pyls,go=gopls,typescript=deno lsp,rust=rust-analyzer",
    "lsp.tabcompletion": true,
    "mkparents": true
}

Specifications

Commit hash: 68d88b5
OS: Arch Linux
Terminal: Alacritty

@niten94
Copy link
Contributor

niten94 commented Jan 18, 2024

I have not tested and tried using lsp and filemanager much, but there is at least - instead of . in filemanager.openonstart in the help file of filemanager even though that name only is checked in the plugin. There is - instead of . in the option name in the configuration so the file tree is not opened when opening micro. I think you can try changing it as filemanager.openonstart so that it would be opened.

@agoodfellow123
Copy link
Author

That was it for the filemanager thank you, and I'm assuming my system doesn't have suitable lsp for C so that's probably it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants