summaryrefslogtreecommitdiff
path: root/pkgs/vim/custom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/vim/custom.nix')
-rw-r--r--pkgs/vim/custom.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/vim/custom.nix b/pkgs/vim/custom.nix
index 7497e32..c5898fc 100644
--- a/pkgs/vim/custom.nix
+++ b/pkgs/vim/custom.nix
@@ -22,11 +22,11 @@ in
"vim-autoformat"
"vim-polyglot"
"vim-counterpoint"
- "vim-bufferlist"
+ "vim-toggle-ui-elements"
"vim-csexact"
"vim-color-akr"
];}
- ];
+ ];
};
customRC = vimrc;
}