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"
}
}
}

View File

@ -41,5 +41,6 @@ return require("packer").startup(
use "907th/vim-auto-save"
use "karb94/neoscroll.nvim"
use "kdav5758/TrueZen.nvim"
end
)