Add transparencty to the config
This commit is contained in:
parent
f3d4395f72
commit
1566b7fdc1
@ -2,18 +2,19 @@ return {
|
||||
"AstroNvim/astrocommunity",
|
||||
|
||||
{ import = "astrocommunity.colorscheme.catppuccin" },
|
||||
-- {
|
||||
-- "catppuccin",
|
||||
-- opts = {
|
||||
-- integrations = {
|
||||
-- ts_rainbow2 = true,
|
||||
-- treesitter = true,
|
||||
-- }
|
||||
-- },
|
||||
-- config = function()
|
||||
-- vim.api.nvim_set_hl(0, "LspInlayHint", { bg = "#1e1e2f" })
|
||||
-- end
|
||||
-- },
|
||||
{
|
||||
"catppuccin",
|
||||
opts = {
|
||||
integrations = {
|
||||
ts_rainbow2 = true,
|
||||
treesitter = true,
|
||||
},
|
||||
transparent_background = true
|
||||
},
|
||||
-- config = function()
|
||||
-- vim.api.nvim_set_hl(0, "LspInlayHint", { bg = "#1e1e2f" })
|
||||
-- end
|
||||
},
|
||||
|
||||
-- { import = "astrocommunity.pack.cpp" },
|
||||
|
||||
|
||||
@ -42,6 +42,7 @@ return {
|
||||
signcolumn = "auto", -- sets vim.opt.signcolumn to auto
|
||||
wrap = false, -- sets vim.opt.wrap
|
||||
expandtab = false,
|
||||
cursorline = false,
|
||||
tabstop = 8,
|
||||
shiftwidth = 8,
|
||||
showtabline = 8,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user