summaryrefslogtreecommitdiff
path: root/vim.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-07-02 09:10:12 -0700
committerBen Sima <ben@bsima.me>2018-07-02 09:10:12 -0700
commita5f8f838e2f4362d0a720739c75ff6ce958a0782 (patch)
treef58acb24049993db0879d497841b8ad0ae856c50 /vim.nix
parent9f387aa2b4a07112524fc51150dda9a229ccafe7 (diff)
Add vim-surround plugin
Diffstat (limited to 'vim.nix')
-rw-r--r--vim.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim.nix b/vim.nix
index b5fee03..a096ac8 100644
--- a/vim.nix
+++ b/vim.nix
@@ -20,6 +20,7 @@ in
"fugitive"
"editorconfig-vim"
"gitgutter"
+ "surround"
];
settings = {
ignorecase = true;