chore: cleanup
This commit is contained in:
@@ -1,13 +1,2 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
{ "goolord/alpha-nvim", enabled = false },
|
||||
-- Which-key
|
||||
-- {
|
||||
-- "folke/which-key.nvim",
|
||||
-- opts = {
|
||||
-- plugins = {
|
||||
-- registers = false,
|
||||
-- },
|
||||
-- },
|
||||
-- }
|
||||
}
|
||||
return {}
|
||||
|
||||
@@ -1,13 +1,2 @@
|
||||
---@type LazySpec
|
||||
return {
|
||||
--[[
|
||||
{
|
||||
"lewis6991/gitsigns.nvim",
|
||||
opts = {
|
||||
signcolumn = false,
|
||||
numhl = true,
|
||||
current_line_blame_opts = { ignore_whitespace = true },
|
||||
},
|
||||
},
|
||||
]]
|
||||
}
|
||||
return {}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user