diff options
author | Ben Sima <ben@bsima.me> | 2018-07-02 09:10:12 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-07-02 09:10:12 -0700 |
commit | a5f8f838e2f4362d0a720739c75ff6ce958a0782 (patch) | |
tree | f58acb24049993db0879d497841b8ad0ae856c50 | |
parent | 9f387aa2b4a07112524fc51150dda9a229ccafe7 (diff) |
Add vim-surround plugin
-rw-r--r-- | vim.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ in "fugitive" "editorconfig-vim" "gitgutter" + "surround" ]; settings = { ignorecase = true; |