chore: update flake metadata

This commit is contained in:
Youwen Wu 2024-09-17 00:44:32 -07:00
parent 74bdb1aa49
commit 64e46fded8
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -1,5 +1,5 @@
{ {
description = "Personal Neovim configuration."; description = "A minimal and productive Neovim configuration.";
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
@ -7,6 +7,7 @@
nixvim.inputs.nixpkgs.follows = "nixpkgs"; nixvim.inputs.nixpkgs.follows = "nixpkgs";
flake-parts.url = "github:hercules-ci/flake-parts"; flake-parts.url = "github:hercules-ci/flake-parts";
# Neovim plugins
render-markdown = { render-markdown = {
url = "github:MeanderingProgrammer/render-markdown.nvim"; url = "github:MeanderingProgrammer/render-markdown.nvim";
flake = false; flake = false;