Unverified Commit 9eefd395 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

vimPlugins.dotnet-nvim: init at 2024-10-21 (#360614)

parents ac35b104 37f4ddc2
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -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";
+7 −0
Original line number Diff line number Diff line
@@ -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 ];
  };
+1 −0
Original line number Diff line number Diff line
@@ -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/,,