Plugin for projectile.
Sample config with default values:
require('projectile').setup{
output_behavior = 'notify',
notifier = {
wait = {
wait_text = 'Projectile',
rate = 1000,
},
done = {
success_symbol = '✔',
success_text = 'Success',
fail_symbol = '✖',
fail_text = 'Fail',
delay = 3000,
},
loader = {
'[. ]',
'[.. ]',
'[...]',
'[ ]',
},
},
mappings = {
select_action = 's',
start = '<CR>',
quit = 'q',
}
}
- "notify"
- "on_exit"
- "on_stdout"
Can be set with:
vim.cmd([[highlight NotifierText guifg=#fe8019]])
The notifier UI was inspired and borrows implementation from j-hui/fidget.nvim