From c538f3577bdd5b0f2a6ee5323380306d6262f9c5 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Thu, 7 Dec 2023 15:10:47 -0600 Subject: [PATCH] vim: leverage `with pkgs;` --- home/editor.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/editor.nix b/home/editor.nix index 05a0678..85df06f 100644 --- a/home/editor.nix +++ b/home/editor.nix @@ -6,8 +6,8 @@ # Let's not grab _all_ of Vim. packageConfigurable = pkgs.vim; plugins = with pkgs; [ - pkgs.vimPlugins.vim-airline - pkgs.vimPlugins.vim-airline-themes + vimPlugins.vim-airline + vimPlugins.vim-airline-themes ]; settings = {