From 59af690b221095f10c725dff1e359a11ba5f20e4 Mon Sep 17 00:00:00 2001 From: Rootiest Date: Sat, 6 Jul 2024 05:01:32 -0400 Subject: [PATCH] =?UTF-8?q?style(nvim):=20=F0=9F=8E=A8=20Freshen=20Up=20Re?= =?UTF-8?q?moved=20lazyvim.json.=20Clones=20will=20be=20treated=20as=20new?= =?UTF-8?q?=20configs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + lazyvim.json | 9 --------- 2 files changed, 1 insertion(+), 9 deletions(-) delete mode 100644 lazyvim.json diff --git a/.gitignore b/.gitignore index 3d3001e..90e39ce 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ lazy-lock.json .luarc.json .neoconf.json +lazyvim.j \ No newline at end of file diff --git a/lazyvim.json b/lazyvim.json deleted file mode 100644 index b1aed37..0000000 --- a/lazyvim.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "extras": [ - - ], - "news": { - "NEWS.md": "6077" - }, - "version": 6 -} \ No newline at end of file