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