feat: disable obsolete/newly builtin plugins
This commit is contained in:
parent
ba271f705b
commit
0628c3e2ec
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue