summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/vim.nix12
1 files changed, 2 insertions, 10 deletions
diff --git a/common/vim.nix b/common/vim.nix
index 5859185..a6af2e6 100644
--- a/common/vim.nix
+++ b/common/vim.nix
@@ -4,7 +4,7 @@ inputs: {
4 lib, 4 lib,
5 ... 5 ...
6}: let 6}: let
7 inherit (pkgs.unstable) vimPlugins wrapNeovim tree-sitter; 7 inherit (pkgs.unstable) vimPlugins wrapNeovim;
8 8
9 luaFormat = inputs.self.lib.generators.lua {}; 9 luaFormat = inputs.self.lib.generators.lua {};
10 10
@@ -70,15 +70,7 @@ inputs: {
70 diffview-nvim 70 diffview-nvim
71 nvim-notify 71 nvim-notify
72 indent-blankline-nvim 72 indent-blankline-nvim
73 (pkgs.unstable.vimUtils.buildVimPluginFrom2Nix { 73 oil-nvim
74 name = "oil.nvim";
75 src = pkgs.fetchFromGitHub {
76 owner = "stevearc";
77 repo = "oil.nvim";
78 rev = "abfc455f62dac385b0fc816f37c64dffead0bcf3";
79 hash = "sha256-oA220nzaBlFnJ0s23oabIW3XV1tWml5kBuBkTImOPjM=";
80 };
81 })
82 74
83 # Completion 75 # Completion
84 nvim-cmp 76 nvim-cmp