feat: plugin cleanup

This commit is contained in:
2026-07-11 23:06:11 +02:00
parent e1429b3224
commit d3e2ea602e
10 changed files with 20 additions and 252 deletions

View File

@@ -2,14 +2,14 @@
-- │ Styling │
-- ╰─────────╯
return {
{
dir = "~/Documents/Code/plain-colors.nvim",
-- "rose-pine/neovim",
name = "rose-pine",
opts = {
variant = "darker", -- dark, light, darker | dawn
},
},
-- {
-- dir = "~/Documents/Code/plain-colors.nvim",
-- -- "rose-pine/neovim",
-- name = "rose-pine",
-- opts = {
-- variant = "darker", -- dark, light, darker | dawn
-- },
-- },
{
"dqnid/komau.vim",
-- dir = "~/Documents/Code/komau.vim",
@@ -67,21 +67,6 @@ return {
{ "echasnovski/mini.icons" },
{
"folke/noice.nvim",
event = "VeryLazy",
opts = function()
return require("plugins.opts.noice")
end,
dependencies = {
"MunifTanjim/nui.nvim",
-- OPTIONAL:
-- `nvim-notify` is only needed, if you want to use the notification view.
-- If not available, we use `mini` as the fallback
-- "rcarriga/nvim-notify",
},
},
{
"shortcuts/no-neck-pain.nvim",
version = "*",