remove unused plugins

This commit is contained in:
Baipyrus 2024-03-30 16:24:58 +01:00
parent b0ce1f2c0b
commit 7b5e9cecc0
2 changed files with 0 additions and 4 deletions

View File

@ -11,7 +11,6 @@ return {
-- Git related plugins -- Git related plugins
'tpope/vim-fugitive', 'tpope/vim-fugitive',
dependencies = { dependencies = {
'tpope/vim-rhubarb',
{ {
'rbong/vim-flog', 'rbong/vim-flog',
lazy = true, lazy = true,

View File

@ -16,9 +16,6 @@ require('lazy').setup({
-- Discord RPC -- Discord RPC
'andweeb/presence.nvim', 'andweeb/presence.nvim',
-- Practice games
'ThePrimeagen/vim-be-good',
-- Processing-Java -- Processing-Java
'sophacles/vim-processing', 'sophacles/vim-processing',