Loading pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -17335,5 +17335,17 @@ final: prev: meta.homepage = "https://github.com/jhradilek/vim-snippets/"; }; compiler-nvim = buildVimPlugin { pname = "compiler-nvim"; version = "2024-04-26"; src = fetchFromGitHub { owner = "Zeioth"; repo = "compiler.nvim"; rev = "cb14acd32ba9ea09d01bbe3493aefdc59b68965c"; sha256 = "sha256-YZyT5B0nk9LxaEA5ntuKPs7yf/Ix7zs3f6N3UOc9AIU="; }; meta.homepage = "https://github.com/Zeioth/compiler.nvim/"; }; } pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -427,6 +427,11 @@ dependencies = with self; [ plenary-nvim ]; }; compiler-nvim = super.compiler-nvim.overrideAttrs { dependencies = [ self.overseer-nvim ]; nvimRequireCheck = "compiler"; }; completion-buffers = super.completion-buffers.overrideAttrs { dependencies = with self; [ completion-nvim ]; }; Loading pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,7 @@ https://github.com/tzachar/compe-tabnine/,, https://github.com/tamago324/compe-zsh/,, https://github.com/xeluxee/competitest.nvim/,HEAD, https://github.com/krady21/compiler-explorer.nvim/,HEAD, https://github.com/Zeioth/compiler.nvim/,HEAD, https://github.com/steelsojka/completion-buffers/,, https://github.com/nvim-lua/completion-nvim/,, https://github.com/aca/completion-tabnine/,, Loading Loading
pkgs/applications/editors/vim/plugins/generated.nix +12 −0 Original line number Diff line number Diff line Loading @@ -17335,5 +17335,17 @@ final: prev: meta.homepage = "https://github.com/jhradilek/vim-snippets/"; }; compiler-nvim = buildVimPlugin { pname = "compiler-nvim"; version = "2024-04-26"; src = fetchFromGitHub { owner = "Zeioth"; repo = "compiler.nvim"; rev = "cb14acd32ba9ea09d01bbe3493aefdc59b68965c"; sha256 = "sha256-YZyT5B0nk9LxaEA5ntuKPs7yf/Ix7zs3f6N3UOc9AIU="; }; meta.homepage = "https://github.com/Zeioth/compiler.nvim/"; }; }
pkgs/applications/editors/vim/plugins/overrides.nix +5 −0 Original line number Diff line number Diff line Loading @@ -427,6 +427,11 @@ dependencies = with self; [ plenary-nvim ]; }; compiler-nvim = super.compiler-nvim.overrideAttrs { dependencies = [ self.overseer-nvim ]; nvimRequireCheck = "compiler"; }; completion-buffers = super.completion-buffers.overrideAttrs { dependencies = with self; [ completion-nvim ]; }; Loading
pkgs/applications/editors/vim/plugins/vim-plugin-names +1 −0 Original line number Diff line number Diff line Loading @@ -203,6 +203,7 @@ https://github.com/tzachar/compe-tabnine/,, https://github.com/tamago324/compe-zsh/,, https://github.com/xeluxee/competitest.nvim/,HEAD, https://github.com/krady21/compiler-explorer.nvim/,HEAD, https://github.com/Zeioth/compiler.nvim/,HEAD, https://github.com/steelsojka/completion-buffers/,, https://github.com/nvim-lua/completion-nvim/,, https://github.com/aca/completion-tabnine/,, Loading