add a few plugins like neoclip, markvieww

This commit is contained in:
iofq 2024-08-13 02:50:48 -05:00
parent 3f57948360
commit bdaba979ac
14 changed files with 76 additions and 40 deletions

View file

@ -5,13 +5,10 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
flake-utils.url = "github:numtide/flake-utils";
gen-luarc.url = "github:mrcjkb/nix-gen-luarc-json";
# Add bleeding-edge plugins here.
# They can be updated with `nix flake update` (make sure to commit the generated flake.lock)
# wf-nvim = {
# url = "github:Cassin01/wf.nvim";
# flake = false;
# };
render-markdown-nvim = {
url = "github:MeanderingProgrammer/render-markdown.nvim";
flake = false;
};
};
outputs = inputs @ {