From c77c5bdff76ae3cb5907924a19f9148d80df2b74 Mon Sep 17 00:00:00 2001 From: ucpr Date: Tue, 18 Jul 2023 02:59:57 +0900 Subject: [PATCH] chore: change icn --- nvim/init.lua | 34 ++++++++++++++++++++-------------- 1 file changed, 20 insertions(+), 14 deletions(-) diff --git a/nvim/init.lua b/nvim/init.lua index aa44f0c..d515b94 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -1076,23 +1076,26 @@ function icons() if vim.fn.has "mac" == 1 or vim.g.use_nerd_icons then return { kind = { - Text = "", - -- Method = "m", - -- Function = "", - -- Constructor = "", - Method = "", - Function = "", - Constructor = "", + -- Text = "", + Text = "✏︎", + Method = "m", + Function = "λ", + Constructor = "", + -- Method = "", + -- Function = "", + -- Constructor = "", Field = "", -- Variable = "", Variable = "", - Class = "", + -- Class = "", + Class = "c", Interface = "", - -- Module = "", - Module = "", + Module = "", + -- Module = "", Property = "", Unit = "", - Value = "", + -- Value = "", + Value = "v", Enum = "", -- Keyword = "", Keyword = "", @@ -1110,11 +1113,14 @@ function icons() TypeParameter = "", }, type = { - Array = "", + -- Array = "", + Array = "🗃", Number = "", - String = "", + -- String = "", + String = "📖", Boolean = "蘒", - Object = "", + -- Object = "", + Object = "🗂", }, documents = { File = "",