refactor: code cleanup
This commit is contained in:
		@@ -1,12 +1,12 @@
 | 
			
		||||
if true then return {} end -- REMOVE THIS LINE TO ACTIVATE THIS FILE
 | 
			
		||||
 | 
			
		||||
-- You can also add new plugins here as well using the lazy syntax:
 | 
			
		||||
---@type LazySpec
 | 
			
		||||
return {
 | 
			
		||||
  -- "andweeb/presence.nvim",
 | 
			
		||||
  -- {
 | 
			
		||||
  --   "ray-x/lsp_signature.nvim",
 | 
			
		||||
  --   event = "BufRead",
 | 
			
		||||
  --   config = function()
 | 
			
		||||
  --     require("lsp_signature").setup()
 | 
			
		||||
  --   end,
 | 
			
		||||
  -- },
 | 
			
		||||
  "andweeb/presence.nvim",
 | 
			
		||||
  {
 | 
			
		||||
    "ray-x/lsp_signature.nvim",
 | 
			
		||||
    event = "BufRead",
 | 
			
		||||
    config = function() require("lsp_signature").setup() end,
 | 
			
		||||
  },
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user