micro icon indicating copy to clipboard operation
micro copied to clipboard

Micro ignores external plugins.

Open agoodfellow123 opened this issue 1 year ago • 3 comments

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: 68d88b57 OS: Arch Linux Terminal: Alacritty

agoodfellow123 avatar Jan 15 '24 18:01 agoodfellow123

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.

niten94 avatar Jan 18 '24 10:01 niten94

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.

agoodfellow123 avatar Jan 18 '24 17:01 agoodfellow123