From 64e46fded8a0afdfda26da0da337cd04d7091912 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 17 Sep 2024 00:44:32 -0700 Subject: [PATCH] chore: update flake metadata --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a6dc1e1..71fba8f 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { - description = "Personal Neovim configuration."; + description = "A minimal and productive Neovim configuration."; inputs = { nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; @@ -7,6 +7,7 @@ nixvim.inputs.nixpkgs.follows = "nixpkgs"; flake-parts.url = "github:hercules-ci/flake-parts"; + # Neovim plugins render-markdown = { url = "github:MeanderingProgrammer/render-markdown.nvim"; flake = false;