Skip to content

Commit 9eefd39

Browse files
authored
vimPlugins.dotnet-nvim: init at 2024-10-21 (#360614)
2 parents ac35b10 + 37f4ddc commit 9eefd39

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
@@ -3584,6 +3584,18 @@ final: prev:
35843584
meta.homepage = "https://github.com/NTBBloodbath/doom-one.nvim/";
35853585
};
35863586

3587+
dotnet-nvim = buildVimPlugin {
3588+
pname = "dotnet.nvim";
3589+
version = "2024-10-21";
3590+
src = fetchFromGitHub {
3591+
owner = "MoaidHathot";
3592+
repo = "dotnet.nvim";
3593+
rev = "f5c52f9f52a3d8ca8dff6916c2228fb41a075274";
3594+
sha256 = "1ysqh2aj3iy2q0cl7i642c03jb7cakqhgbqslcfd7dfvibidd2a2";
3595+
};
3596+
meta.homepage = "https://github.com/MoaidHathot/dotnet.nvim/";
3597+
};
3598+
35873599
dracula-nvim = buildVimPlugin {
35883600
pname = "dracula.nvim";
35893601
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
@@ -297,6 +297,7 @@ https://github.com/direnv/direnv.vim/,,
297297
https://github.com/chipsenkbeil/distant.nvim/,HEAD,
298298
https://github.com/doki-theme/doki-theme-vim/,,
299299
https://github.com/NTBBloodbath/doom-one.nvim/,,
300+
https://github.com/MoaidHathot/dotnet.nvim/,HEAD,
300301
https://github.com/dracula/vim/,,dracula-vim
301302
https://github.com/Mofiqul/dracula.nvim/,HEAD,
302303
https://github.com/stevearc/dressing.nvim/,,

0 commit comments

Comments
 (0)