Crate reovim_plugin_profiles

Crate reovim_plugin_profiles 

Source
Expand description

Profile management plugin for reovim

This plugin registers the :profile ex-command with subcommands:

  • :profile list - Open profile picker
  • :profile load <name> - Load a profile by name
  • :profile save <name> - Save current settings as a profile

Structsยง

ProfilesPlugin
Profile management plugin