Unverified Commit 7e78326c authored by Artturin's avatar Artturin Committed by GitHub
Browse files

Merge pull request #323433 from khaneliman/markview-nvim

vimPlugins.markview-nvim: init at 2024-06-28
parents bd284239 ba5dce56
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -6035,6 +6035,18 @@ final: prev:
    meta.homepage = "https://github.com/chentoast/marks.nvim/";
  };
  markview-nvim = buildVimPlugin {
    pname = "markview.nvim";
    version = "2024-06-28";
    src = fetchFromGitHub {
      owner = "OXY2DEV";
      repo = "markview.nvim";
      rev = "f60219dce7283192d549f21847fcf8537bf6d260";
      sha256 = "E1lHSjbnOOIeieaFJ+INvxJHCbfVS3mwbQ6wrlKeGSQ=";
    };
    meta.homepage = "https://github.com/OXY2DEV/markview.nvim";
  };
  mason-lspconfig-nvim = buildVimPlugin {
    pname = "mason-lspconfig.nvim";
    version = "2024-06-12";
+1 −0
Original line number Diff line number Diff line
@@ -505,6 +505,7 @@ https://github.com/iamcco/markdown-preview.nvim/,,
https://github.com/tadmccorkle/markdown.nvim/,HEAD,
https://github.com/David-Kunz/markid/,HEAD,
https://github.com/chentoast/marks.nvim/,,
https://github.com/OXY2DEV/markview.nvim/,HEAD,
https://github.com/williamboman/mason-lspconfig.nvim/,HEAD,
https://github.com/WhoIsSethDaniel/mason-tool-installer.nvim/,HEAD,
https://github.com/williamboman/mason.nvim/,HEAD,