From 53990b306fae10e6076f440697038443cc2e4ac0 Mon Sep 17 00:00:00 2001 From: Abdulrahman Sheikho Date: Sun, 8 Mar 2026 08:08:44 +0300 Subject: [PATCH] clean: remove lua/kickstart and lua/custom directories This commit also move health.lua from lua/kickstart/health.lua into lua/health.lua --- lua/custom/plugins/init.lua | 8 -------- lua/{kickstart => }/health.lua | 0 2 files changed, 8 deletions(-) delete mode 100644 lua/custom/plugins/init.lua rename lua/{kickstart => }/health.lua (100%) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua deleted file mode 100644 index b3ddcfdd..00000000 --- a/lua/custom/plugins/init.lua +++ /dev/null @@ -1,8 +0,0 @@ --- You can add your own plugins here or in other files in this directory! --- I promise not to create any merge conflicts in this directory :) --- --- See the kickstart.nvim README for more information - ----@module 'lazy' ----@type LazySpec -return {} diff --git a/lua/kickstart/health.lua b/lua/health.lua similarity index 100% rename from lua/kickstart/health.lua rename to lua/health.lua