Class: NvimConf::Writers::Code::Plugins::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/nvim_conf/writers/code/plugins/configuration.rb

Constant Summary collapse

PLUGIN_CONFIGURATION =
{
  packer: {
    generator: NvimConf::Generators::Plugins::Code::Packer,
    writer: NvimConf::Writers::Code::Plugins::Packer,
    indent: 2
  },
  paq: {
    generator: NvimConf::Generators::Plugins::Code::Paq,
    writer: NvimConf::Writers::Code::Plugins::Paq,
    indent: 2
  }
}