Skip to content

Commit

Permalink
chore: change icn
Browse files Browse the repository at this point in the history
  • Loading branch information
ucpr committed Jul 17, 2023
1 parent fd01a55 commit c77c5bd
Showing 1 changed file with 20 additions and 14 deletions.
34 changes: 20 additions & 14 deletions nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "",
Expand All @@ -1110,11 +1113,14 @@ function icons()
TypeParameter = "",
},
type = {
Array = "",
-- Array = "",
Array = "🗃",
Number = "",
String = "",
-- String = "",
String = "📖",
Boolean = "",
Object = "",
-- Object = "",
Object = "🗂",
},
documents = {
File = "",
Expand Down

0 comments on commit c77c5bd

Please sign in to comment.