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
|
||||
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
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
-- https://github.com/folke/zen-mode.nvim
|
||||
return {
|
||||
"folke/zen-mode.nvim",
|
||||
enabled = false,
|
||||
dependencies = {
|
||||
"folke/twilight.nvim",
|
||||
opts = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue