From 7cffe74a3bfb9cb58fa0e12c3255ef0e589d2526 Mon Sep 17 00:00:00 2001 From: Jack Jarosz Date: Tue, 15 Oct 2024 15:04:51 -0400 Subject: [PATCH] Remove extra plugins folder --- lua/plugins/transparent_nvim.lua | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 lua/plugins/transparent_nvim.lua diff --git a/lua/plugins/transparent_nvim.lua b/lua/plugins/transparent_nvim.lua deleted file mode 100644 index 01760d68..00000000 --- a/lua/plugins/transparent_nvim.lua +++ /dev/null @@ -1,13 +0,0 @@ --- No example configuration was found for this plugin. --- --- For detailed information on configuring this plugin, please refer to its --- official documentation: --- --- https://github.com/xiyaowong/transparent.nvim --- --- If you wish to use this plugin, you can optionally modify and then uncomment --- the configuration below. - -return { - -- 'xiyaowong/transparent.nvim', -}