mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 08:53:31 +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,6 +1,6 @@
|
|||
local icons = vim.g.pcode_icons
|
||||
local set_view = {}
|
||||
if vim.g.pcode_nvimtree_isfloat == 1 then
|
||||
if pcode.nvimtree_isfloat == 1 then
|
||||
set_view = require("user.utils.nvimtree").float
|
||||
else
|
||||
set_view = require("user.utils.nvimtree").normal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue