diff options
author | Minijackson <minijackson@riseup.net> | 2023-05-02 09:11:08 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2023-05-02 09:17:45 +0200 |
commit | 07faa7316e03d22a92c8a25db4fe8cc390158658 (patch) | |
tree | 215aecdfb470499a9c62178ef23d1de2a8d88821 /common/vim.nix | |
parent | a42cadbe5919e3560b908a3976993e60f38b1622 (diff) | |
download | nixos-config-reborn-07faa7316e03d22a92c8a25db4fe8cc390158658.tar.gz nixos-config-reborn-07faa7316e03d22a92c8a25db4fe8cc390158658.zip |
vim: use latest packaged oil.nvim
Diffstat (limited to 'common/vim.nix')
-rw-r--r-- | common/vim.nix | 12 |
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 |