feat: disable obsolete/newly builtin plugins

This commit is contained in:
Oliver Ladner 2025-03-28 13:40:57 +01:00
commit 0628c3e2ec
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
-- https://github.com/f-person/auto-dark-mode.nvim -- https://github.com/f-person/auto-dark-mode.nvim
return { return {
"f-person/auto-dark-mode.nvim", "f-person/auto-dark-mode.nvim",
enabled = false,
opts = { opts = {
-- in ms. needs to be larger than whatever time your system takes to -- in ms. needs to be larger than whatever time your system takes to
-- query dark mode. Otherwise you risk freezing neovim on shutdown -- query dark mode. Otherwise you risk freezing neovim on shutdown

View file

@ -2,6 +2,7 @@
-- https://github.com/folke/zen-mode.nvim -- https://github.com/folke/zen-mode.nvim
return { return {
"folke/zen-mode.nvim", "folke/zen-mode.nvim",
enabled = false,
dependencies = { dependencies = {
"folke/twilight.nvim", "folke/twilight.nvim",
opts = { opts = {