summaryrefslogtreecommitdiff
path: root/vim.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-08-01 15:48:05 -0700
committerBen Sima <ben@bsima.me>2018-08-01 15:48:05 -0700
commit88710220b12f269941532e1bb9503e29fc318e6b (patch)
treedf59f7dcb0db7f96cda29fa7a37f9d9496322ca2 /vim.nix
parentd4bdbd39801c1d8ee81de97446ede349460cf7a0 (diff)
Add ctrlp
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 36cc033..67566d9 100644
--- a/vim.nix
+++ b/vim.nix
@@ -17,6 +17,7 @@ in
plugins = [
"sensible"
"colors-solarized"
+ "ctrlp"
"fugitive"
"editorconfig-vim"
"gitgutter"