From 1afb5a12277465107778433e902e8100b3ef6a6c Mon Sep 17 00:00:00 2001 From: Joshua <67082011+0x4D5352@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:58:55 -0500 Subject: [PATCH] Update custom plugins init.lua --- lua/custom/plugins/init.lua | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lua/custom/plugins/init.lua b/lua/custom/plugins/init.lua index be0eb9d8..4c99b251 100644 --- a/lua/custom/plugins/init.lua +++ b/lua/custom/plugins/init.lua @@ -3,3 +3,20 @@ -- -- See the kickstart.nvim README for more information return {} + +--[[ +-- Plugins to try: +-- https://github.com/ThePrimeagen/refactoring.nvim +-- https://github.com/stevearc/oil.nvim +-- https://github.com/debugloop/telescope-undo.nvim +-- https://github.com/nvim-java/nvim-java +-- https://github.com/epwalsh/obsidian.nvim +-- https://github.com/nvim-neotest/neotest +-- https://github.com/rafcamlet/nvim-luapad +-- https://github.com/ellisonleao/glow.nvim +-- https://github.com/Vigemus/iron.nvim +-- https://github.com/TimUntersberger/neofs +-- https://github.com/vipul-sharma20/nvim-jira +-- https://github.com/walterl/centerfold +-- https://github.com/tricktux/pomodoro.vim/tree/master - but fork it into your own in lua +--]]