change: vim.g.pcode_icon to pcode.icons

This commit is contained in:
Pojok Code 2024-07-09 17:09:04 +07:00
parent 624d3aceb6
commit 1aa86bfa2d
17 changed files with 30 additions and 268 deletions

View file

@ -4,7 +4,7 @@ return {
keys = { "<leader>", '"', "'", "`", "c", "v" },
event = "VeryLazy",
opts = function()
local icons = vim.g.pcode_icons
local icons = pcode.icons
return {
plugins = {
marks = false, -- shows a list of your marks on ' and `