mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
enc: global variable pcode
This commit is contained in:
parent
ecc54b9f87
commit
65857a4226
45 changed files with 132 additions and 131 deletions
|
@ -20,13 +20,13 @@ end
|
|||
|
||||
local fidget = true
|
||||
local lualine = false
|
||||
if vim.g.pcode_progress == 1 then
|
||||
if pcode.progress == 1 then
|
||||
fidget = false
|
||||
lualine = true
|
||||
elseif vim.g.pcode_progress == 2 then
|
||||
elseif pcode.progress == 2 then
|
||||
fidget = true
|
||||
lualine = false
|
||||
elseif vim.g.pcode_progress == 0 then
|
||||
elseif pcode.progress == 0 then
|
||||
fidget = false
|
||||
lualine = false
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue