From 55715b91aea0c895d98147d4ecbbf96d8a411a4c Mon Sep 17 00:00:00 2001 From: Odweta Date: Mon, 19 Jan 2026 18:32:58 +0100 Subject: [PATCH] update vim --- home/users/odweta/vim.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/users/odweta/vim.nix b/home/users/odweta/vim.nix index 4d043c3..279ac39 100644 --- a/home/users/odweta/vim.nix +++ b/home/users/odweta/vim.nix @@ -3,7 +3,7 @@ { programs.vim = { enable = true; - plugins = with pkgs.vimPlugins; [ vim-airline ]; + plugins = with pkgs.vimPlugins; [ vim-airline ctrlp ]; settings = { ignorecase = true; }; extraConfig = '' set sw=2