From db449271f4ba69333437501d05332f8a32380429 Mon Sep 17 00:00:00 2001 From: Mist Date: Tue, 13 Feb 2024 14:14:13 +0800 Subject: [PATCH] [Feat] update info of project --- project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/project.toml b/project.toml index db5888c..1228b3d 100644 --- a/project.toml +++ b/project.toml @@ -1,6 +1,6 @@ [project] -name = "plugin-name" -version = "0.0.2" -description = "description" +name = "codesnap.nvim" +version = "0.0.1" +description = "Make pretty code snapshot just one command" author = "Mist" email = "mist.zzh@gmail.com"