vimPlugins.nvim-impairative: init at 2024-11-20
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user