summaryrefslogtreecommitdiff
path: root/lib/common.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-12-10 08:38:24 -0500
committerBen Sima <ben@bsima.me>2020-12-10 08:38:44 -0500
commitcd2167f2a7f0df85f922b9c39eeb974fe1b53eee (patch)
tree4b3e6945caaff78800780099f9233ef0ae156945 /lib/common.nix
parentbf563211fb3ed6ad1bedf038b81f9671a734afd7 (diff)
make the vim 80 column line not so abrasive
Diffstat (limited to 'lib/common.nix')
-rw-r--r--lib/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix
index c305c92..0800e52 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -160,6 +160,7 @@ in
vim-sensible
vim-colorschemes
vim-sexp-mappings-for-regular-people
+ # vim-ripgrep # not in nixpkgs :(
rainbow_parentheses
];
extraConfig = builtins.readFile ./vimrc;