chore(neovim): remove discord presence plugin

This commit is contained in:
Alexandre Cavalheiro 2024-10-17 20:33:02 -03:00
parent bf8b1df86c
commit e91a69487e
Signed by: wizardlink
GPG key ID: A5767B54367CFBDF

View file

@ -3,17 +3,6 @@
---@type LazySpec
return {
-- Discord presence
"andweeb/presence.nvim",
{
"ray-x/lsp_signature.nvim",
event = "BufRead",
config = function()
require("lsp_signature").setup()
end,
},
-- Customize alpha options
{
"goolord/alpha-nvim",