Make bg transparent to work with tmux inactivity
This commit is contained in:
parent
bf8360bebe
commit
846e47b931
1 changed files with 2 additions and 6 deletions
|
|
@ -13,6 +13,8 @@ return {
|
|||
vim.o.background = "dark"
|
||||
end
|
||||
vim.cmd.colorscheme("zenwritten")
|
||||
vim.api.nvim_set_hl(0, "Normal", { bg = "none" })
|
||||
vim.api.nvim_set_hl(0, "NormalFloat", { bg = "none" })
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
@ -101,12 +103,6 @@ return {
|
|||
},
|
||||
},
|
||||
|
||||
{
|
||||
"MeanderingProgrammer/render-markdown.nvim",
|
||||
dependencies = { "nvim-treesitter/nvim-treesitter", "echasnovski/mini.nvim" },
|
||||
opts = {},
|
||||
},
|
||||
|
||||
{
|
||||
"folke/trouble.nvim",
|
||||
opts = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue