diff options
author | Ben Sima <ben@bsima.me> | 2020-12-10 08:38:24 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-12-10 08:38:44 -0500 |
commit | cd2167f2a7f0df85f922b9c39eeb974fe1b53eee (patch) | |
tree | 4b3e6945caaff78800780099f9233ef0ae156945 /lib/common.nix | |
parent | bf563211fb3ed6ad1bedf038b81f9671a734afd7 (diff) |
make the vim 80 column line not so abrasive
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 1 |
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; |