mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +02:00
plugins/preview: init
This commit is contained in:
parent
18bea9bad6
commit
6252a41fc6
3 changed files with 23 additions and 0 deletions
17
plugins/languages/markdown/preview.nix
Normal file
17
plugins/languages/markdown/preview.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
lib,
|
||||
helpers,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
with lib;
|
||||
helpers.neovim-plugin.mkNeovimPlugin config {
|
||||
name = "preview";
|
||||
originalName = "Preview.nvim";
|
||||
defaultPackage = pkgs.vimPlugins.Preview-nvim;
|
||||
|
||||
hasSettings = false;
|
||||
|
||||
maintainers = [ maintainers.GaetanLepage ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue