MyNixOS website logo
option

programs.neovim.plugins.*.runtime

Set of files that have to be linked in nvim config folder.

Declarations
    Type
    attribute set of (submodule)
    Default
    { }
    Example
    {
      "ftplugin/c.vim" = {
        text = "setlocal omnifunc=v:lua.vim.lsp.omnifunc";
      };
    }