chore: cleanup

This commit is contained in:
2025-06-14 19:08:32 +02:00
parent 61a1a99700
commit 4335223c83
3 changed files with 3 additions and 25 deletions

View File

@@ -1,13 +1,2 @@
---@type LazySpec ---@type LazySpec
return { return {}
{ "goolord/alpha-nvim", enabled = false },
-- Which-key
-- {
-- "folke/which-key.nvim",
-- opts = {
-- plugins = {
-- registers = false,
-- },
-- },
-- }
}

View File

@@ -1,13 +1,2 @@
---@type LazySpec ---@type LazySpec
return { return {}
--[[
{
"lewis6991/gitsigns.nvim",
opts = {
signcolumn = false,
numhl = true,
current_line_blame_opts = { ignore_whitespace = true },
},
},
]]
}

View File

@@ -1,6 +1,6 @@
---@type LazySpec ---@type LazySpec
return { return {
-- { "echasnovski/mini.align", event = "User AstroFile" },
{ "tpope/vim-abolish", event = "User AstroFile" }, { "tpope/vim-abolish", event = "User AstroFile" },
{ "slint-ui/vim-slint", ft = "slint" }, { "slint-ui/vim-slint", ft = "slint" },
-- { "stevearc/profile.nvim", lazy = false }, -- Profiling lua
} }