add nvim_gps to statusline | populate renamer popup with old value
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
local icons = {
|
||||
return {
|
||||
Text = "",
|
||||
Method = "",
|
||||
Function = "",
|
||||
@@ -24,6 +24,13 @@ local icons = {
|
||||
Event = "",
|
||||
Operator = "",
|
||||
TypeParameter = "",
|
||||
Table = " ",
|
||||
Object = "",
|
||||
Tag = " ",
|
||||
Array = " ",
|
||||
Boolean = "蘒",
|
||||
Number = "",
|
||||
String = "",
|
||||
Calendar = " ",
|
||||
Watch = "",
|
||||
}
|
||||
|
||||
return icons
|
||||
|
||||
Reference in New Issue
Block a user