vimPlugins.nvim-impairative: init at 2024-11-20

This commit is contained in:
Daniel Nägele
2024-12-22 21:25:44 +01:00
committed by Daniel Nägele
parent d67a8468e7
commit 30dc1708f2
3 changed files with 17 additions and 0 deletions
@@ -9018,6 +9018,18 @@ final: prev:
meta.homepage = "https://github.com/neovimhaskell/nvim-hs.vim/";
};
nvim-impairative = buildVimPlugin {
pname = "nvim-impairative";
version = "2024-11-20";
src = fetchFromGitHub {
owner = "idanarye";
repo = "nvim-impairative";
rev = "f591e206e377c90e419ae24edb4fd81a22b6f1d5";
sha256 = "0z4vlzb42j1263vnxxk3vka8wg0ggn3xkr42gmrw7dviz88l9x04";
};
meta.homepage = "https://github.com/idanarye/nvim-impairative/";
};
nvim-jdtls = buildVimPlugin {
pname = "nvim-jdtls";
version = "2024-11-26";
@@ -2166,6 +2166,10 @@ in
}
);
nvim-impairative = super.nvim-impairative.overrideAttrs {
nvimRequireCheck = "impairative";
};
nvim-navic = super.nvim-navic.overrideAttrs {
dependencies = [ self.nvim-lspconfig ];
nvimRequireCheck = "nvim-navic";
@@ -748,6 +748,7 @@ https://github.com/brenoprata10/nvim-highlight-colors/,HEAD,
https://github.com/Iron-E/nvim-highlite/,,
https://github.com/kevinhwang91/nvim-hlslens/,,
https://github.com/neovimhaskell/nvim-hs.vim/,,
https://github.com/idanarye/nvim-impairative/,HEAD,
https://github.com/mfussenegger/nvim-jdtls/,,
https://github.com/gennaro-tedesco/nvim-jqx/,,
https://gitlab.com/usmcamp0811/nvim-julia-autotest,HEAD,