vimPlugins.compiler-nvim: init at 2024-04-25

Co-authored-by: Gaetan Lepage <gaetan@glepage.com>
This commit is contained in:
PowerUser64 2024-05-17 02:18:34 -07:00 committed by Matthieu Coudron
parent 94c9c50d36
commit da127f212e
3 changed files with 18 additions and 0 deletions

View File

@ -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/";
};
}

View File

@ -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 ];
};

View File

@ -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/,,