vimPlugins.easy-dotnet-nvim: init at 2025-01-11

This commit is contained in:
Gaetan Lepage
2025-01-12 13:58:13 +01:00
parent b0324b6d20
commit 9570be0ff6
3 changed files with 24 additions and 0 deletions
@@ -3763,6 +3763,18 @@ final: prev:
meta.homepage = "https://github.com/earthly/earthly.vim/";
};
easy-dotnet-nvim = buildVimPlugin {
pname = "easy-dotnet.nvim";
version = "2025-01-11";
src = fetchFromGitHub {
owner = "GustavEikaas";
repo = "easy-dotnet.nvim";
rev = "b689ea29d112e91d33cdf11ba702dfc9adfb10de";
sha256 = "1vc4qr9h97rmhmhsfviihx8kv7c2d0kzvvfnq7qqpmfgw44xjq0x";
};
meta.homepage = "https://github.com/GustavEikaas/easy-dotnet.nvim/";
};
echodoc-vim = buildVimPlugin {
pname = "echodoc.vim";
version = "2022-11-27";
@@ -1015,6 +1015,17 @@ in
nvimSkipModule = "dropbar.menu";
};
easy-dotnet-nvim = super.easy-dotnet-nvim.overrideAttrs {
dependencies = with self; [
plenary-nvim
telescope-nvim
];
checkInputs = with self; [
# Pickers, can use telescope or fzf-lua
fzf-lua
];
};
efmls-configs-nvim = super.efmls-configs-nvim.overrideAttrs {
dependencies = [ self.nvim-lspconfig ];
};
@@ -311,6 +311,7 @@ https://github.com/Mofiqul/dracula.nvim/,HEAD,
https://github.com/stevearc/dressing.nvim/,,
https://github.com/Bekaboo/dropbar.nvim/,HEAD,
https://github.com/earthly/earthly.vim/,HEAD,
https://github.com/GustavEikaas/easy-dotnet.nvim/,HEAD,
https://github.com/Shougo/echodoc.vim/,,
https://github.com/sainnhe/edge/,,
https://github.com/edgedb/edgedb-vim/,,