From 89f79e2c5792411abb3e504599aa10991fff3e74 Mon Sep 17 00:00:00 2001 From: TheSoeren Date: Thu, 6 Jun 2024 00:43:02 +0200 Subject: [PATCH] add plugin import --- init.lua | 2 +- init.vim | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 init.vim diff --git a/init.lua b/init.lua index 88658ef3..0e986463 100644 --- a/init.lua +++ b/init.lua @@ -885,7 +885,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' }, }, { ui = { -- If you are using a Nerd Font: set icons to an empty table which will use the diff --git a/init.vim b/init.vim new file mode 100644 index 00000000..e69de29b