Skip to content

How to replace default (embedded) plugins? #3029

@dustdfg

Description

@dustdfg

The runtime dir is embedded in the binary. The way to change the files from the runtime dir is to place them in loccal folder ~/.config/micro but it doesn't work for plugins...

To change the options of linter #1179 I tried to add the modified version of linter to the local config folder with my own flags to compiler (c++20 instead of c++14"). But it doesn't work. Now each time I open micro I see the following message:

linter:1: attempt to call a non-function object
stack traceback:
	linter:1: in main chunk
	[G]: ?

Press enter to continue

I even could accept the message if it works with new flags but it didn't really change anything. I still get the same errors like there is "c++14" flag...

Commit hash: Version: 2.0.11 (it doesn't show commit hash)
OS: Debian 12
Terminal: foot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions