diff options
author | Ben Sima <ben@bsima.me> | 2019-12-13 21:19:26 -0800 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-12-13 21:19:26 -0800 |
commit | ad11859e4e8ff085a9868008280a8f77e1ead216 (patch) | |
tree | c361678486698f6d0eb85a30436e122e0e174974 /lib | |
parent | c1773587b03b76d230ac238a5d546440bbf12609 (diff) |
Remove skim
I don't like it. Kinda buggy or slow. Regular ctrl-r works fine
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 = [ |