some changes?

This commit is contained in:
pika 2024-08-02 21:59:13 +02:00
parent 42c87c5adf
commit 3466af8e96
2 changed files with 2 additions and 10 deletions

View file

@ -2,7 +2,7 @@ return {
{
"sontungexpt/witch",
priority = 1000,
-- priority = 1000,
lazy = false,
config = function(_, opts)
require("witch").setup(opts)
@ -17,7 +17,7 @@ return {
{
"ribru17/bamboo.nvim",
lazy = false,
priority = 1000, -- Make sure to load this before all the other start plugins.
-- priority = 1000, -- Make sure to load this before all the other start plugins.
config = function()
require("bamboo").setup({
-- ────────────────────────────< optional configuration here >─────────────────────────