mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-12 18:34:27 +02:00
enc: global variable pcode
This commit is contained in:
parent
ecc54b9f87
commit
65857a4226
45 changed files with 132 additions and 131 deletions
|
@ -5,7 +5,7 @@ end
|
|||
local transp = false
|
||||
local sidebar = "normal" --"dark , transparent, normal"
|
||||
local hilight = "#292e42"
|
||||
local tras = vim.g.pcode_transparent_mode or 0
|
||||
local tras = pcode.transparent_mode or 0
|
||||
if tras == 1 then
|
||||
transp = true
|
||||
sidebar = "transparent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue