mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-24 17:58:46 +02:00
fix: transparant background
This commit is contained in:
parent
38df56571a
commit
97dda35744
12 changed files with 37 additions and 370 deletions
|
@ -240,9 +240,9 @@ if data_exists then
|
|||
lsp_progress = lspprogress.progress
|
||||
end
|
||||
|
||||
local transparent_mode = require("core.config").transparent_mode
|
||||
if transparent_mode ~= nil then
|
||||
if transparent_mode == 1 then
|
||||
local clear_lualine = require("core.config").clear_lualine
|
||||
if clear_lualine ~= nil then
|
||||
if clear_lualine == 1 then
|
||||
lualine.setup({
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue