Sample dependant plugin

This commit is contained in:
Rikko 2022-08-26 21:58:02 +05:30
parent b39b234c0c
commit 776fc174ed

View file

@ -0,0 +1,9 @@
# ba_meta require api 7
import ba
import colorscheme
# ba_meta export plugin
class Main(ba.Plugin):
def on_plugin_manager_prompt(self):
ba.screenmessage("we're good if u see the colorscheme window!")
colorscheme.launch_colorscheme_selection_window()