Skip to content

Commit 37f4ddc

Browse files
committed
vimPlugins.dotnet-nvim: init at 2024-10-21
1 parent ea5a824 commit 37f4ddc

File tree

3 files changed

+20
-0
lines changed

3 files changed

+20
-0
lines changed

pkgs/applications/editors/vim/plugins/generated.nix

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3572,6 +3572,18 @@ final: prev:
35723572
meta.homepage = "https://github.com/NTBBloodbath/doom-one.nvim/";
35733573
};
35743574

3575+
dotnet-nvim = buildVimPlugin {
3576+
pname = "dotnet.nvim";
3577+
version = "2024-10-21";
3578+
src = fetchFromGitHub {
3579+
owner = "MoaidHathot";
3580+
repo = "dotnet.nvim";
3581+
rev = "f5c52f9f52a3d8ca8dff6916c2228fb41a075274";
3582+
sha256 = "1ysqh2aj3iy2q0cl7i642c03jb7cakqhgbqslcfd7dfvibidd2a2";
3583+
};
3584+
meta.homepage = "https://github.com/MoaidHathot/dotnet.nvim/";
3585+
};
3586+
35753587
dracula-nvim = buildVimPlugin {
35763588
pname = "dracula.nvim";
35773589
version = "2024-11-11";

pkgs/applications/editors/vim/plugins/overrides.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,13 @@ in
884884
'';
885885
});
886886

887+
dotnet-nvim = super.dotnet-nvim.overrideAttrs {
888+
dependencies = with self; [
889+
telescope-nvim
890+
plenary-nvim
891+
];
892+
};
893+
887894
efmls-configs-nvim = super.efmls-configs-nvim.overrideAttrs {
888895
dependencies = [ self.nvim-lspconfig ];
889896
};

pkgs/applications/editors/vim/plugins/vim-plugin-names

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ https://github.com/direnv/direnv.vim/,,
296296
https://github.com/chipsenkbeil/distant.nvim/,HEAD,
297297
https://github.com/doki-theme/doki-theme-vim/,,
298298
https://github.com/NTBBloodbath/doom-one.nvim/,,
299+
https://github.com/MoaidHathot/dotnet.nvim/,HEAD,
299300
https://github.com/dracula/vim/,,dracula-vim
300301
https://github.com/Mofiqul/dracula.nvim/,HEAD,
301302
https://github.com/stevearc/dressing.nvim/,,

0 commit comments

Comments
 (0)