mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 01:08:53 +02:00
enc: global variable pcode
This commit is contained in:
parent
ecc54b9f87
commit
65857a4226
45 changed files with 132 additions and 131 deletions
|
@ -1,7 +1,7 @@
|
|||
local transparent = false
|
||||
local clear_lualine = false
|
||||
|
||||
local transparent_mode = vim.g.pcode_transparent_mode or 0
|
||||
local transparent_mode = pcode.transparent_mode or 0
|
||||
if transparent_mode ~= nil then
|
||||
if transparent_mode == 1 then
|
||||
transparent = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue