MyNixOS website logo
option

programs.neovim.generatedConfigs

Generated configurations with as key their language (set via type).

Declarations
Type
attribute set of strings concatenated with "\n"
Example
{
  viml = ''
    " Generated by home-manager
    map <leader> ,
  '';

  lua = ''
    -- Generated by home-manager
    vim.opt.background = "dark"
  '';
}</leader>