From 84edbb3a0cbd47db5c169e8cd8270236e049f068 Mon Sep 17 00:00:00 2001 From: TheSast <27977196+TheSast@users.noreply.github.com> Date: Sat, 3 Jun 2023 20:01:34 +0000 Subject: [PATCH] fix!: rename plugins to follow convention --- lua/astrocommunity/git/{octo => octo-nvim}/README.md | 0 lua/astrocommunity/git/{octo => octo-nvim}/octo.lua | 0 lua/astrocommunity/git/{openingh => openingh-nvim}/README.md | 0 lua/astrocommunity/git/{openingh => openingh-nvim}/openingh.lua | 0 lua/astrocommunity/lsp/{inc-rename => inc-rename-nvim}/README.md | 0 .../lsp/{inc-rename => inc-rename-nvim}/inc-rename.lua | 0 lua/astrocommunity/motion/{grapple => grapple-nvim}/README.md | 0 lua/astrocommunity/motion/{grapple => grapple-nvim}/grapple.lua | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename lua/astrocommunity/git/{octo => octo-nvim}/README.md (100%) rename lua/astrocommunity/git/{octo => octo-nvim}/octo.lua (100%) rename lua/astrocommunity/git/{openingh => openingh-nvim}/README.md (100%) rename lua/astrocommunity/git/{openingh => openingh-nvim}/openingh.lua (100%) rename lua/astrocommunity/lsp/{inc-rename => inc-rename-nvim}/README.md (100%) rename lua/astrocommunity/lsp/{inc-rename => inc-rename-nvim}/inc-rename.lua (100%) rename lua/astrocommunity/motion/{grapple => grapple-nvim}/README.md (100%) rename lua/astrocommunity/motion/{grapple => grapple-nvim}/grapple.lua (100%) diff --git a/lua/astrocommunity/git/octo/README.md b/lua/astrocommunity/git/octo-nvim/README.md similarity index 100% rename from lua/astrocommunity/git/octo/README.md rename to lua/astrocommunity/git/octo-nvim/README.md diff --git a/lua/astrocommunity/git/octo/octo.lua b/lua/astrocommunity/git/octo-nvim/octo.lua similarity index 100% rename from lua/astrocommunity/git/octo/octo.lua rename to lua/astrocommunity/git/octo-nvim/octo.lua diff --git a/lua/astrocommunity/git/openingh/README.md b/lua/astrocommunity/git/openingh-nvim/README.md similarity index 100% rename from lua/astrocommunity/git/openingh/README.md rename to lua/astrocommunity/git/openingh-nvim/README.md diff --git a/lua/astrocommunity/git/openingh/openingh.lua b/lua/astrocommunity/git/openingh-nvim/openingh.lua similarity index 100% rename from lua/astrocommunity/git/openingh/openingh.lua rename to lua/astrocommunity/git/openingh-nvim/openingh.lua diff --git a/lua/astrocommunity/lsp/inc-rename/README.md b/lua/astrocommunity/lsp/inc-rename-nvim/README.md similarity index 100% rename from lua/astrocommunity/lsp/inc-rename/README.md rename to lua/astrocommunity/lsp/inc-rename-nvim/README.md diff --git a/lua/astrocommunity/lsp/inc-rename/inc-rename.lua b/lua/astrocommunity/lsp/inc-rename-nvim/inc-rename.lua similarity index 100% rename from lua/astrocommunity/lsp/inc-rename/inc-rename.lua rename to lua/astrocommunity/lsp/inc-rename-nvim/inc-rename.lua diff --git a/lua/astrocommunity/motion/grapple/README.md b/lua/astrocommunity/motion/grapple-nvim/README.md similarity index 100% rename from lua/astrocommunity/motion/grapple/README.md rename to lua/astrocommunity/motion/grapple-nvim/README.md diff --git a/lua/astrocommunity/motion/grapple/grapple.lua b/lua/astrocommunity/motion/grapple-nvim/grapple.lua similarity index 100% rename from lua/astrocommunity/motion/grapple/grapple.lua rename to lua/astrocommunity/motion/grapple-nvim/grapple.lua