1-- ### Nerd fonts
2
3-- DESCRIPTION:
4-- Here you can edit the icons displayed in NormalNvim.
5
6-- If you can't see the default icons:
7-- Install nerd fonts and set it as your terminal font:
8-- https://www.nerdfonts.com/
9
10return {
11 ActiveLSP = "",
12 ActiveTS = "",
13 ArrowLeft = "",
14 ArrowRight = "",
15 Bookmarks = "",
16 BufferClose = "",
17 DapBreakpoint = "",
18 DapBreakpointCondition = "",
19 DapBreakpointRejected = "",
20 DapLogPoint = ".>",
21 DapStopped = "",
22 Debugger = "",
23 DefaultFile = "",
24 Diagnostic = "",
25 DiagnosticError = "",
26 DiagnosticHint = "",
27 DiagnosticInfo = "",
28 DiagnosticWarn = "",
29 Ellipsis = "…",
30 Environment = "",
31 FileNew = "",
32 FileModified = "",
33 FileReadOnly = "",
34 FoldClosed = "",
35 FoldOpened = "",
36 FoldSeparator = " ",
37 FolderClosed = "",
38 FolderEmpty = "",
39 FolderOpen = "",
40 Git = "",
41 GitAdd = "",
42 GitBranch = "",
43 GitChange = "",
44 GitConflict = "",
45 GitDelete = "",
46 GitIgnored = "◌",
47 GitRenamed = "➜",
48 GitSign = "▎",
49 GitStaged = "✓",
50 GitUnstaged = "✗",
51 GitUntracked = "★",
52 LSPLoaded = "",
53 LSPLoading1 = "",
54 LSPLoading2 = "",
55 LSPLoading3 = "",
56 MacroRecording = "",
57 Package = "",
58 Paste = "",
59 Refresh = "",
60 Run = "",
61 Search = "",
62 Selected = "❯",
63 Session = "",
64 Sort = "",
65 Spellcheck = "",
66 Tab = "",
67 TabClose = "",
68 Terminal = "",
69 Window = "",
70 WordFile = "",
71 Test = "",
72 Docs = "",
73}