From aa93d432365a5732b13f0199c3d01754452b3701 Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Wed, 28 Feb 2024 08:43:13 +0100 Subject: [PATCH] prepare custom plugins --- lua/custom/plugins/init.lua | 5 ----- lua/lazy-plugins.lua | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 lua/custom/plugins/init.lua diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua deleted file mode 100644 index be0eb9d..0000000 --- a/lua/custom/plugins/init.lua +++ /dev/null @@ -1,5 +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 -return {} diff --git a/lua/lazy-plugins.lua b/lua/lazy-plugins.lua index a980575..88e445e 100644 --- a/lua/lazy-plugins.lua +++ b/lua/lazy-plugins.lua @@ -294,7 +294,7 @@ require('lazy').setup({ -- -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. -- For additional information see: :help lazy.nvim-lazy.nvim-structuring-your-plugins - -- { import = 'custom.plugins' }, + { import = 'custom.plugins' }, }, {}) -- vim: ts=2 sts=2 sw=2 et