diff options
author | Ben Sima <ben@bsima.me> | 2018-06-26 13:27:24 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-06-26 13:27:24 -0700 |
commit | 6adda8a46a2a74d931b34a78740900aaa3dc3991 (patch) | |
tree | d78e75dd0e045fad2b86875ae29a931b941de221 | |
parent | 6f0ad262663852dbbd6b0a132733b12dce6c8c50 (diff) |
Add gitgutter vim plugin
-rw-r--r-- | vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ in "colors-solarized" "fugitive" "editorconfig-vim" + "gitgutter" ]; settings = { ignorecase = true; |