diff options
| author | caley <u65487754@gmail.com> | 2026-06-03 17:58:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-03 17:58:20 +0200 |
| commit | ee9e82fb39d1241ae278ae9f26b9be600837b2f0 (patch) | |
| tree | 560fbf455f248b3d464487e238833561da980f04 | |
| parent | 23c2a9616189f6baef9533999b89079e0f7dc8f0 (diff) | |
Update vim.nix
| -rw-r--r-- | nixos/vim.nix | 5 |
1 files changed, 0 insertions, 5 deletions
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 |
