From ee9e82fb39d1241ae278ae9f26b9be600837b2f0 Mon Sep 17 00:00:00 2001 From: caley Date: Wed, 3 Jun 2026 17:58:20 +0200 Subject: Update vim.nix --- nixos/vim.nix | 5 ----- 1 file changed, 5 deletions(-) (limited to 'nixos/vim.nix') diff --git a/nixos/vim.nix b/nixos/vim.nix index cf5b256..7174be3 100644 --- a/nixos/vim.nix +++ b/nixos/vim.nix @@ -9,11 +9,6 @@ withRuby = false; withPython3 = false; - extraPackages = with pkgs; [ - gcc - ripgrep - ]; - initLua = '' vim.opt.number = true vim.opt.relativenumber = false -- cgit v1.3.1