vimPlugins.dotnet-nvim: init at 2024-10-21 (#360614)
This commit is contained in:
@@ -3584,6 +3584,18 @@ final: prev:
|
||||
meta.homepage = "https://github.com/NTBBloodbath/doom-one.nvim/";
|
||||
};
|
||||
|
||||
dotnet-nvim = buildVimPlugin {
|
||||
pname = "dotnet.nvim";
|
||||
version = "2024-10-21";
|
||||
src = fetchFromGitHub {
|
||||
owner = "MoaidHathot";
|
||||
repo = "dotnet.nvim";
|
||||
rev = "f5c52f9f52a3d8ca8dff6916c2228fb41a075274";
|
||||
sha256 = "1ysqh2aj3iy2q0cl7i642c03jb7cakqhgbqslcfd7dfvibidd2a2";
|
||||
};
|
||||
meta.homepage = "https://github.com/MoaidHathot/dotnet.nvim/";
|
||||
};
|
||||
|
||||
dracula-nvim = buildVimPlugin {
|
||||
pname = "dracula.nvim";
|
||||
version = "2024-11-11";
|
||||
|
||||
@@ -884,6 +884,13 @@ in
|
||||
'';
|
||||
});
|
||||
|
||||
dotnet-nvim = super.dotnet-nvim.overrideAttrs {
|
||||
dependencies = with self; [
|
||||
telescope-nvim
|
||||
plenary-nvim
|
||||
];
|
||||
};
|
||||
|
||||
efmls-configs-nvim = super.efmls-configs-nvim.overrideAttrs {
|
||||
dependencies = [ self.nvim-lspconfig ];
|
||||
};
|
||||
|
||||
@@ -297,6 +297,7 @@ https://github.com/direnv/direnv.vim/,,
|
||||
https://github.com/chipsenkbeil/distant.nvim/,HEAD,
|
||||
https://github.com/doki-theme/doki-theme-vim/,,
|
||||
https://github.com/NTBBloodbath/doom-one.nvim/,,
|
||||
https://github.com/MoaidHathot/dotnet.nvim/,HEAD,
|
||||
https://github.com/dracula/vim/,,dracula-vim
|
||||
https://github.com/Mofiqul/dracula.nvim/,HEAD,
|
||||
https://github.com/stevearc/dressing.nvim/,,
|
||||
|
||||
Reference in New Issue
Block a user