mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-16 07:28:11 +02:00
add: update default config
This commit is contained in:
parent
f468320299
commit
d1e7d99d27
18 changed files with 27 additions and 101 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
|
||||
local tras = vim.g.pcode_transparent_mode or 0
|
||||
if tras == 1 then
|
||||
transp = true
|
||||
sidebar = "transparent"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue