From e91a69487e576099b774e4d626a2650b1379b112 Mon Sep 17 00:00:00 2001 From: "Alexandre Cavalheiro S. Tiago da Silva" Date: Thu, 17 Oct 2024 20:33:02 -0300 Subject: [PATCH] chore(neovim): remove discord presence plugin --- .../home-manager/programs/neovim/lua/plugins/user.lua | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/modules/home-manager/programs/neovim/lua/plugins/user.lua b/modules/home-manager/programs/neovim/lua/plugins/user.lua index 8002d04..4633bca 100644 --- a/modules/home-manager/programs/neovim/lua/plugins/user.lua +++ b/modules/home-manager/programs/neovim/lua/plugins/user.lua @@ -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",