diff options
-rw-r--r-- | manifest.json | 4 | ||||
-rw-r--r-- | plugins/nerdicons.lua | 1 | ||||
-rw-r--r-- | plugins/nonicons.lua | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/manifest.json b/manifest.json index 1c7feeb..b848e7a 100644 --- a/manifest.json +++ b/manifest.json @@ -1481,7 +1481,7 @@ }, { "description": "File icons set for TreeView. Modification of the [nonicons](plugins/nonicons.lua) plugin. Uses [NerdFont](https://www.nerdfonts.com/) icons", - "version": "1.2.1", + "version": "1.2.2", "type": "plugin", "path": "plugins/nerdicons.lua", "id": "nerdicons", @@ -1500,7 +1500,7 @@ }, { "description": "File icons set for TreeView. Uses the [Nonicons](https://github.com/yamatsum/nonicons/) font", - "version": "0.4", + "version": "0.4.1", "path": "plugins/nonicons.lua", "id": "nonicons", "mod_version": "3", diff --git a/plugins/nerdicons.lua b/plugins/nerdicons.lua index 1566ca4..c146280 100644 --- a/plugins/nerdicons.lua +++ b/plugins/nerdicons.lua @@ -122,6 +122,7 @@ local known_filenames_icons = { [".gitmodules"] = { "#cc3e56", "dev-git" },
["PKGBUILD"] = { "#6d8ccc", "md-package" },
["license"] = { "#d0bf41", "seti-license" },
+ ["copying"] = { "#d0bf41", "seti-license" },
["makefile"] = { "#d0bf41", "dev-gnu" },
["cmakelists.txt"] = { "#cc3e55", "md-triangle_outline" },
}
diff --git a/plugins/nonicons.lua b/plugins/nonicons.lua index c47fb75..82a0242 100644 --- a/plugins/nonicons.lua +++ b/plugins/nonicons.lua @@ -105,7 +105,7 @@ local known_names_icons = { ["makefile"] = { "#6d8086", "terminal-16" }, ["dockerfile"] = { "#296478", "docker-16" }, ["docker-compose.yml"] = { "#4289a1", "docker-16" }, - ["license"] = { "#d0bf41", "file-badge-16" }, + ["license"] = { "#d0bf41", "file-badge-16" }, ["copying"] = { "#d0bf41", "file-badge-16" }, ["cmakelists.txt"] = { "#6d8086", "gear-16" }, ["readme.md"] = { "#72b886", "file-16" }, ["readme"] = { "#72b886", "file-16" }, ["init.lua"] = { "#2d6496", "lua-16" }, |