nvim: update deps
This commit is contained in:
parent
3d7411abcd
commit
7e0645978e
4 changed files with 10 additions and 9 deletions
|
@ -62,6 +62,7 @@ in
|
||||||
exiftool
|
exiftool
|
||||||
fd
|
fd
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
glab
|
||||||
glow
|
glow
|
||||||
hexyl
|
hexyl
|
||||||
hyperfine
|
hyperfine
|
||||||
|
|
|
@ -65,7 +65,7 @@ in
|
||||||
|
|
||||||
plugins =
|
plugins =
|
||||||
let
|
let
|
||||||
customPlugins = import ./plugins.nix { inherit pkgs; };
|
customPlugins = import ./plugins.nix { inherit pkgs lib; };
|
||||||
in
|
in
|
||||||
with customPlugins; [
|
with customPlugins; [
|
||||||
# Utils
|
# Utils
|
||||||
|
|
|
@ -18,12 +18,12 @@ in
|
||||||
};
|
};
|
||||||
plenary-nvim = buildVimPlugin {
|
plenary-nvim = buildVimPlugin {
|
||||||
pname = "plenary.nvim";
|
pname = "plenary.nvim";
|
||||||
version = "2024-03-25";
|
version = "2024-04-22";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-lua";
|
owner = "nvim-lua";
|
||||||
repo = "plenary.nvim";
|
repo = "plenary.nvim";
|
||||||
rev = "8aad4396840be7fc42896e3011751b7609ca4119";
|
rev = "5129a3693c482fcbc5ab99a7706ffc4360b995a0";
|
||||||
sha256 = "06ahw1mxjp5g1kbsdza29hyawr4blqzw3vb9d4rg2d5qmnwcbky0";
|
sha256 = "0z8frdjcnc547bx3h9dv0b51ghddb2mpa6j664xqj628gbbarcd2";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -117,12 +117,12 @@ in
|
||||||
};
|
};
|
||||||
nvim-treesitter = buildVimPlugin {
|
nvim-treesitter = buildVimPlugin {
|
||||||
pname = "nvim-treesitter";
|
pname = "nvim-treesitter";
|
||||||
version = "2024-04-21";
|
version = "2024-04-22";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "nvim-treesitter";
|
owner = "nvim-treesitter";
|
||||||
repo = "nvim-treesitter";
|
repo = "nvim-treesitter";
|
||||||
rev = "1e20226231add3f8fad4e28fd66a68e3ae370b93";
|
rev = "c1d1b4084ef5239e2671f64d35962d184251aea4";
|
||||||
sha256 = "0b59117sf9r223jv7hpgjqvbj6p1563b9617pp0gbkryzaidd3xc";
|
sha256 = "0jxyvipczh9771zsh58canjws4xqcvczc54inc8xah2zas7hy8vn";
|
||||||
fetchSubmodules = false;
|
fetchSubmodules = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -403,7 +403,7 @@ in
|
||||||
};
|
};
|
||||||
nvim-autopairs = buildVimPlugin {
|
nvim-autopairs = buildVimPlugin {
|
||||||
pname = "nvim-autopairs";
|
pname = "nvim-autopairs";
|
||||||
version = "2024-04-06";
|
version = "2024-04-07";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "windwp";
|
owner = "windwp";
|
||||||
repo = "nvim-autopairs";
|
repo = "nvim-autopairs";
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
- src: hinell/move.nvim
|
- src: hinell/move.nvim
|
||||||
# Themes
|
# Themes
|
||||||
- src: Mofiqul/dracula.nvim
|
- src: Mofiqul/dracula.nvim
|
||||||
# Syntax
|
# Syntax
|
||||||
- src: nvim-treesitter/nvim-treesitter
|
- src: nvim-treesitter/nvim-treesitter
|
||||||
- src: NoahTheDuke/vim-just
|
- src: NoahTheDuke/vim-just
|
||||||
- src: HiPhish/rainbow-delimiters.nvim
|
- src: HiPhish/rainbow-delimiters.nvim
|
||||||
|
|
Loading…
Reference in a new issue