From de1cc8fe1d16471543735b96e51e6434bb48e26f Mon Sep 17 00:00:00 2001 From: Sebaguardian Date: Tue, 1 Apr 2025 19:12:48 +0200 Subject: [PATCH 1/2] vimPlugins.jule-nvim: init at 2025-02-22 --- pkgs/applications/editors/vim/plugins/vim-plugin-names | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index 9de4fa3eb844..ccf8e647afcc 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -492,6 +492,7 @@ https://github.com/HiPhish/jinja.vim/,HEAD, https://github.com/vito-c/jq.vim/,, https://github.com/neoclide/jsonc.vim/,, https://github.com/Myzel394/jsonfly.nvim/,HEAD, +https://github.com/julelang/jule.nvim/,HEAD, https://github.com/JuliaEditorSupport/julia-vim/,, https://github.com/GCBallesteros/jupytext.nvim/,HEAD, https://github.com/rebelot/kanagawa.nvim/,, From 33798665181975ec679ef5a7dc905a9a96424038 Mon Sep 17 00:00:00 2001 From: Sebaguardian Date: Wed, 2 Apr 2025 16:12:38 +0200 Subject: [PATCH 2/2] vimPlugins.jule-nvim: init at 2025-02-22 --- pkgs/applications/editors/vim/plugins/generated.nix | 13 +++++++++++++ .../editors/vim/plugins/vim-plugin-names | 1 + 2 files changed, 14 insertions(+) diff --git a/pkgs/applications/editors/vim/plugins/generated.nix b/pkgs/applications/editors/vim/plugins/generated.nix index 5e37857ce43a..62a95db34463 100644 --- a/pkgs/applications/editors/vim/plugins/generated.nix +++ b/pkgs/applications/editors/vim/plugins/generated.nix @@ -6427,6 +6427,19 @@ final: prev: meta.hydraPlatforms = [ ]; }; + jule-nvim = buildVimPlugin { + pname = "jule.nvim"; + version = "2025-02-22"; + src = fetchFromGitHub { + owner = "julelang"; + repo = "jule.nvim"; + rev = "11c983f900dc84dca4ae6bcb54a937a1ceba4038"; + sha256 = "0gajpcg7g3885696aljq7zky8cd0bfsjr7n2fad3d2yf0i999fif"; + }; + meta.homepage = "https://github.com/julelang/jule.nvim/"; + meta.hydraPlatforms = [ ]; + }; + julia-vim = buildVimPlugin { pname = "julia-vim"; version = "2024-05-25"; diff --git a/pkgs/applications/editors/vim/plugins/vim-plugin-names b/pkgs/applications/editors/vim/plugins/vim-plugin-names index ccf8e647afcc..7cd6d172be6a 100644 --- a/pkgs/applications/editors/vim/plugins/vim-plugin-names +++ b/pkgs/applications/editors/vim/plugins/vim-plugin-names @@ -493,6 +493,7 @@ https://github.com/vito-c/jq.vim/,, https://github.com/neoclide/jsonc.vim/,, https://github.com/Myzel394/jsonfly.nvim/,HEAD, https://github.com/julelang/jule.nvim/,HEAD, +https://github.com/julelang/jule.nvim/,HEAD, https://github.com/JuliaEditorSupport/julia-vim/,, https://github.com/GCBallesteros/jupytext.nvim/,HEAD, https://github.com/rebelot/kanagawa.nvim/,,