From d968ff639be3b6ecddb6ae224f3804f4eea566ba Mon Sep 17 00:00:00 2001
From: Squibid <me@zacharyscheiman.com>
Date: Mon, 26 Jun 2023 11:31:04 -0400
Subject: remove unused function from lsp.lua and add more lsp plugins!

---
 lua/core/plugins.lua | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

(limited to 'lua/core')

diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua
index 5ad5474..c048116 100644
--- a/lua/core/plugins.lua
+++ b/lua/core/plugins.lua
@@ -79,7 +79,6 @@ require 'dep' {
       'onsails/lspkind.nvim',
     },
   },
-  { 'ray-x/lsp_signature.nvim' },
 
   -- snippets -----------------------------------------------------------------
   { 'L3MON4D3/LuaSnip',
@@ -88,10 +87,15 @@ require 'dep' {
   { 'doxnit/cmp-luasnip-choice' },
 
   -- lsp ----------------------------------------------------------------------
-  { 'neovim/nvim-lspconfig' },
+  { 'neovim/nvim-lspconfig' }, -- setup lsp
   { 'j-hui/fidget.nvim' }, -- shows lsp progress
+  { 'ray-x/lsp_signature.nvim' }, -- see information about the current function
   { 'dnlhc/glance.nvim' }, -- diagnostic info at a glance
+  { 'kosayoda/nvim-lightbulb' }, -- "light bulb" - Gru
+  { 'weilbith/nvim-code-action-menu' }, -- code actions
+
   { 'folke/trouble.nvim' },
+  { 'folke/todo-comments.nvim' },
 
   -- optional language specific lsp's
   -- { 'mfussenegger/nvim-jdtls' }, -- java lsp server
-- 
cgit v1.2.1