vimPlugins.compiler-nvim: init at 2024-04-25
Co-authored-by: Gaetan Lepage <gaetan@glepage.com>
This commit is contained in:
parent
94c9c50d36
commit
da127f212e
@ -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/";
|
||||
};
|
||||
|
||||
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
|
@ -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…
Reference in New Issue
Block a user