aboutsummaryrefslogblamecommitdiff
path: root/plugins/viewtext/plugin.go
blob: 1454a93723a0be39ee77149a45ffd02b99d3c12c (plain) (tree)
1
2
3
4
5
6
7
8
9
                    

        
                                  


             

                                             
 
package alpsviewtext

import (
	"git.sr.ht/~emersion/alps"
)

func init() {
	p := alps.GoPlugin{Name: "viewtext"}
	alps.RegisterPluginLoader(p.Loader())
}