mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-10 01:14:30 +02:00
add: update config global variable
This commit is contained in:
parent
e59e8dba26
commit
24320e58f8
5 changed files with 15 additions and 29 deletions
|
@ -1,4 +1,4 @@
|
|||
local transparent_mode = require("core.config").transparent_mode
|
||||
local transparent_mode = vim.g.pcode_transparent_mode
|
||||
if transparent_mode ~= nil then
|
||||
if transparent_mode == 1 then
|
||||
vim.cmd("TransparentDisable")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue