refactor: code cleanup

This commit is contained in:
Micah Halter
2024-02-13 14:05:37 -05:00
parent 95082bdcfd
commit d5dc216288
3 changed files with 69 additions and 68 deletions

View File

@ -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,
},
}