plugins
there are a couple plugins to improve rovr’s functionality. enable and configure them in your config.toml file.
zoxide
Section titled “zoxide”zoxide allows you to zip around your filesystem, and can be integrated into rovr
- enable:
plugins.zoxide.enabled = true - keybinding: the default keybinding to open the zoxide dialog is
z.
to allow for more file previews, bat can be used for its syntax highlighting capabilities.
- enable:
plugins.bat.enabled = true - executable: specify the path to the
batexecutable if it’s not in your system’sPATH. - line numbers: toggle line numbers with
plugins.bat.show_line_numbers.
editor
Section titled “editor”opens files and folders in your preferred editor.
- enable:
plugins.editor.enabled = true - executables: set the command to open files (
file_executable) and folders (folder_executable). - keybinding: the default keybinding is
e.
finder
Section titled “finder”uses fd to search recursively in the current directory
- enable:
plugins.finder.enabled = true - executable: set the executable used to call
fd - relative_paths: whether to see paths as relative or absolute
- follow_symlinks: search inside symlinks as well
a plugin system is also under works, stay tuned!