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