diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/common.nix b/lib/common.nix index 8689a2b..76dec39 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -106,11 +106,6 @@ in enable = true; }; - skim = { - enable = true; - enableBashIntegration = true; - }; - vim = { enable = true; plugins = [ |