chore: cleanup
This commit is contained in:
@@ -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,
|
|
||||||
-- },
|
|
||||||
-- },
|
|
||||||
-- }
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -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 },
|
|
||||||
},
|
|
||||||
},
|
|
||||||
]]
|
|
||||||
}
|
|
||||||
|
|||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user