about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/nvim/plgs/raw_plugins/default.nix
blob: 941cb7cb6d4d4ec1d5dbbe0cf25bca9b9f455244 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
{...}: {
  programs.nixvim = {
    # Not all plugins have own modules
    # You can add missing plugins here
    # `pkgs.vimExtraPlugins` is added by the overlay you added at the beginning
    # For a list of available plugins, look here:
    # https://github.com/jooooscha/nixpkgs-vim-extra-plugins/blob/main/plugins.md
    extraPlugins = [
    ];
  };
}