mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
change: vim.g.pcode_icon to pcode.icons
This commit is contained in:
parent
624d3aceb6
commit
1aa86bfa2d
17 changed files with 30 additions and 268 deletions
|
@ -1,4 +1,4 @@
|
|||
local icons = vim.g.pcode_icons
|
||||
local icons = pcode.icons
|
||||
return {
|
||||
--- masukan plugin tambahan disini
|
||||
-- {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
-- local icons = vim.g.pcode_icons
|
||||
-- local icons = pcode.icons
|
||||
-- local HEIGHT_RATIO = 0.9 -- You can change this
|
||||
-- local WIDTH_RATIO = 0.5 -- You can change this too
|
||||
return {
|
||||
|
|
|
@ -8,7 +8,7 @@ function TABLE_CONTAINS(tbl, x)
|
|||
return found
|
||||
end
|
||||
|
||||
local icons = vim.g.pcode_icons.folding
|
||||
local icons = pcode.icons.folding
|
||||
|
||||
return {
|
||||
-- "kevinhwang91/nvim-ufo",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue