webdevicons : add icon for vala filetype

This commit is contained in:
siduck76 2021-04-29 19:36:22 +05:30
parent 60e7353ee6
commit 84d039b0c8
2 changed files with 6 additions and 0 deletions

View file

@ -106,6 +106,11 @@ require "nvim-web-devicons".setup {
icon = "",
color = "#fca2aa",
name = "rpm"
},
vala = {
icon = "",
color = "#ccaced",
name = "vala"
}
}
}