some changes
This commit is contained in:
parent
74f59391ba
commit
1bce98394d
2 changed files with 24 additions and 24 deletions
|
@ -11,27 +11,27 @@ return {
|
|||
-- { "dgox16/oldworld.nvim" },
|
||||
{ "shrikecode/kyotonight.vim" },
|
||||
{ "uloco/bluloco.nvim", dependencies = { "rktjmp/lush.nvim" } },
|
||||
-- {
|
||||
-- "ribru17/bamboo.nvim",
|
||||
-- config = function()
|
||||
-- require("bamboo").setup({
|
||||
-- -- ────────────────────────────< optional configuration here >─────────────────────────
|
||||
-- code_style = {
|
||||
-- comments = { italic = false, bold = true },
|
||||
-- conditionals = { italic = true },
|
||||
-- keywords = { bold = true },
|
||||
-- functions = {},
|
||||
-- namespaces = { italic = true },
|
||||
-- parameters = { italic = true },
|
||||
-- strings = {},
|
||||
-- variables = { bold = true },
|
||||
-- },
|
||||
-- -- ─< Custom Highlights -- >────────────────────────────────────────────────────────────
|
||||
-- colors = {}, -- Override default colors
|
||||
-- highlights = { -- Override highlight groups
|
||||
-- ["@comment"] = { fg = "#555653" },
|
||||
-- },
|
||||
-- })
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"ribru17/bamboo.nvim",
|
||||
config = function()
|
||||
require("bamboo").setup({
|
||||
-- ────────────────────────────< optional configuration here >─────────────────────────
|
||||
code_style = {
|
||||
comments = { italic = false, bold = true },
|
||||
conditionals = { italic = true },
|
||||
keywords = { bold = true },
|
||||
functions = {},
|
||||
namespaces = { italic = true },
|
||||
parameters = { italic = true },
|
||||
strings = {},
|
||||
variables = { bold = true },
|
||||
},
|
||||
-- ─< Custom Highlights -- >────────────────────────────────────────────────────────────
|
||||
colors = {}, -- Override default colors
|
||||
highlights = { -- Override highlight groups
|
||||
["@comment"] = { fg = "#555653" },
|
||||
},
|
||||
})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue