mirror of
https://github.com/eugeny/tabby
synced 2026-09-19 19:46:13 +00:00
12 lines
576 B
TypeScript
12 lines
576 B
TypeScript
export const PLUGIN_BLACKLIST = [
|
|
'terminus-shell-selector', // superseded by profiles
|
|
'terminus-scrollbar', // now useless
|
|
'terminus-clickable-links', // now bundled with Tabby
|
|
'tabby-clickable-links', // now bundled with Tabby
|
|
'terminus-clickable-ips', // broken, functionality now bundled with Tabby
|
|
'terminus-elastic-quick-commands', // broken and abandoned, fork of quick-commands
|
|
'terminus-elastic-quick-cmds', // broken and abandoned, fork of quick-commands
|
|
'tabby-fig', // abandoned,
|
|
'tabby-plugin-fig-integration', // abandoned,
|
|
]
|