webdevicons : add icon for vala filetype
This commit is contained in:
parent
60e7353ee6
commit
84d039b0c8
|
@ -106,6 +106,11 @@ require "nvim-web-devicons".setup {
|
||||||
icon = "",
|
icon = "",
|
||||||
color = "#fca2aa",
|
color = "#fca2aa",
|
||||||
name = "rpm"
|
name = "rpm"
|
||||||
|
},
|
||||||
|
vala = {
|
||||||
|
icon = "",
|
||||||
|
color = "#ccaced",
|
||||||
|
name = "vala"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -41,5 +41,6 @@ return require("packer").startup(
|
||||||
use "907th/vim-auto-save"
|
use "907th/vim-auto-save"
|
||||||
use "karb94/neoscroll.nvim"
|
use "karb94/neoscroll.nvim"
|
||||||
use "kdav5758/TrueZen.nvim"
|
use "kdav5758/TrueZen.nvim"
|
||||||
|
|
||||||
end
|
end
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue