lock nvim-web-devicons

this commit doesnt break our tabline, also read b2060eac2f (commitcomment-103397303)
This commit is contained in:
siduck 2023-03-07 19:17:10 +05:30
parent 0371101121
commit 8cf7ca4002

View file

@ -47,6 +47,7 @@ local plugins = {
["nvim-tree/nvim-web-devicons"] = {
after = "ui",
module = "nvim-web-devicons",
commit = "dd468f6991a4e447607097dfc89d47ae97d14dea",
config = function()
require("plugins.configs.others").devicons()
end,