diff options
-rw-r--r-- | common/vim.nix | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/common/vim.nix b/common/vim.nix index c4e64c9..8b13f78 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -64,14 +64,7 @@ inputs: { | |||
64 | gruvbox-community | 64 | gruvbox-community |
65 | lualine-nvim | 65 | lualine-nvim |
66 | lualine-lsp-progress | 66 | lualine-lsp-progress |
67 | (gitsigns-nvim.overrideAttrs (_old: { | 67 | gitsigns-nvim |
68 | src = pkgs.fetchFromGitHub { | ||
69 | owner = "lewis6991"; | ||
70 | repo = "gitsigns.nvim"; | ||
71 | rev = "v0.6"; | ||
72 | sha256 = "sha256-e7JLXKupgk1TjQnUB1pSV+9QWWjeLbyNCqvP6ni1pb4="; | ||
73 | }; | ||
74 | })) | ||
75 | diffview-nvim | 68 | diffview-nvim |
76 | nvim-notify | 69 | nvim-notify |
77 | indent-blankline-nvim | 70 | indent-blankline-nvim |