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
return {
"f-person/auto-dark-mode.nvim",
enabled = false,
opts = {
-- in ms. needs to be larger than whatever time your system takes to
-- query dark mode. Otherwise you risk freezing neovim on shutdown

View file

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