summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nixos/vim.nix5
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