summaryrefslogtreecommitdiffstats
path: root/modules/plugins/visuals/neoscroll-nvim/default.nix
blob: d184835604471b6ebef833b2164a0e1f4b4cb2d9 (plain)
1
2
3
4
5
6
{
  imports = [
    ./config.nix
    ./neoscroll-nvim.nix
  ];
}