readdet lost configs..

This commit is contained in:
pika 2024-07-06 05:03:25 +02:00
parent cc2d378fe7
commit c3c15c3cea
13 changed files with 338 additions and 163 deletions

View file

@ -3,12 +3,11 @@ return {
lazy = false,
priority = 1000, -- Make sure to load this before all the other start plugins.
config = function()
require("bamboo.").setup({
require("bamboo").setup({
-- ────────────────────────────< optional configuration here >─────────────────────────
style = "multiplex",
code_style = {
comments = { italic = false, bold = true },
conditionals = { italic = false },
conditionals = { italic = true },
keywords = { bold = true },
functions = {},
namespaces = { italic = true },