From 4335223c83439b0303e5d2ecec9c5912ad387f4c Mon Sep 17 00:00:00 2001 From: niverton Date: Sat, 14 Jun 2025 19:08:32 +0200 Subject: [PATCH] chore: cleanup --- lua/plugins/00-core.lua | 13 +------------ lua/plugins/30-cvs.lua | 13 +------------ lua/plugins/50-user.lua | 2 +- 3 files changed, 3 insertions(+), 25 deletions(-) diff --git a/lua/plugins/00-core.lua b/lua/plugins/00-core.lua index 77242b4..d37d68b 100644 --- a/lua/plugins/00-core.lua +++ b/lua/plugins/00-core.lua @@ -1,13 +1,2 @@ ---@type LazySpec -return { - { "goolord/alpha-nvim", enabled = false }, - -- Which-key - -- { - -- "folke/which-key.nvim", - -- opts = { - -- plugins = { - -- registers = false, - -- }, - -- }, - -- } -} +return {} diff --git a/lua/plugins/30-cvs.lua b/lua/plugins/30-cvs.lua index c0ec18f..d37d68b 100644 --- a/lua/plugins/30-cvs.lua +++ b/lua/plugins/30-cvs.lua @@ -1,13 +1,2 @@ ---@type LazySpec -return { - --[[ - { - "lewis6991/gitsigns.nvim", - opts = { - signcolumn = false, - numhl = true, - current_line_blame_opts = { ignore_whitespace = true }, - }, - }, - ]] -} +return {} diff --git a/lua/plugins/50-user.lua b/lua/plugins/50-user.lua index f9429ea..04034f6 100644 --- a/lua/plugins/50-user.lua +++ b/lua/plugins/50-user.lua @@ -1,6 +1,6 @@ ---@type LazySpec return { - -- { "echasnovski/mini.align", event = "User AstroFile" }, { "tpope/vim-abolish", event = "User AstroFile" }, { "slint-ui/vim-slint", ft = "slint" }, + -- { "stevearc/profile.nvim", lazy = false }, -- Profiling lua }