]> git.lizzy.rs Git - micro.git/commit
plugins: load directories that are symlinks (#2214)
authorDaniel Lee Harple <dlh@harple.com>
Sun, 24 Jul 2022 21:13:46 +0000 (17:13 -0400)
committerGitHub <noreply@github.com>
Sun, 24 Jul 2022 21:13:46 +0000 (14:13 -0700)
commit88e76b367c347fb8ab8b0b83f894c0a650a14aa1
treecbdfef05bec4dbd05e82388b34ad59577c10a1a5
parent208a778387182ace317304b0eeb9c3e4b4c7ae56
plugins: load directories that are symlinks (#2214)

Fix issue where symlinked plugin directories were ignored. For example

    $ file ~/.config/micro/plug/example
    example: symbolic link to <target directory>

This allows plugins to be managed in a user's "dotfiles" repository, and
be symlinked into micro's plugin directory.
internal/config/rtfiles.go