diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-23 13:14:04 +0100 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-11-23 13:22:07 +0100 |
commit | 90a049ccbd48184af95b865f6a1f75eec064f350 (patch) | |
tree | 6c7fd847bbb3f3d21c1b365cea65e201bc4944e2 /modules/by-name/nv/nvim/module.nix | |
parent | refactor(pkgs/less): Remove and use less from nixpkgs (diff) | |
download | nixos-config-90a049ccbd48184af95b865f6a1f75eec064f350.tar.gz nixos-config-90a049ccbd48184af95b865f6a1f75eec064f350.zip |
refactor(modules/nvim/files): Move to their respective plugin
Diffstat (limited to 'modules/by-name/nv/nvim/module.nix')
-rw-r--r-- | modules/by-name/nv/nvim/module.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/by-name/nv/nvim/module.nix b/modules/by-name/nv/nvim/module.nix index 829a9c2b..69e417bb 100644 --- a/modules/by-name/nv/nvim/module.nix +++ b/modules/by-name/nv/nvim/module.nix @@ -9,7 +9,6 @@ in { imports = [ ./autocmds ./clipboard - ./files ./mappings ./options ./plgs |