add nvim_gps to statusline | populate renamer popup with old value

This commit is contained in:
siduck
2022-06-02 23:29:15 +05:30
parent 9f48587d63
commit 9b7b44f74f
5 changed files with 319 additions and 191 deletions

View File

@@ -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