Skip to content

Commit

Permalink
Merge pull request #323433 from khaneliman/markview-nvim
Browse files Browse the repository at this point in the history
vimPlugins.markview-nvim: init at 2024-06-28
  • Loading branch information
Artturin committed Jul 8, 2024
2 parents bd28423 + ba5dce5 commit 7e78326
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/applications/editors/vim/plugins/generated.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions pkgs/applications/editors/vim/plugins/vim-plugin-names
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7e78326

Please sign in to comment.