From 5c0007124b881374bc8a69e68d7f3e6f93d46516 Mon Sep 17 00:00:00 2001 From: Vinit Neogi <20491952+vneogi199@users.noreply.github.com> Date: Sun, 19 Nov 2023 19:54:29 +0530 Subject: [PATCH] remove custom init.lua --- lua/custom/plugins/init.lua | 16 ---------------- 1 file changed, 16 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 6a27a403..00000000 --- a/lua/custom/plugins/init.lua +++ /dev/null @@ -1,16 +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 { - --[[ { - 'theprimeagen/harpoon', - }, - ]] --[[ { - 'mbbill/undotree' - } ]] - { - - 'nvim-web-devicons', - } -}