mirror of
https://github.com/youwen5/neovim-flake.git
synced 2024-11-24 19:03:49 -08:00
chore: update flake metadata
This commit is contained in:
parent
74bdb1aa49
commit
64e46fded8
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue