mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
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 = "",
|
||||
color = "#fca2aa",
|
||||
name = "rpm"
|
||||
},
|
||||
vala = {
|
||||
icon = "",
|
||||
color = "#ccaced",
|
||||
name = "vala"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -41,5 +41,6 @@ return require("packer").startup(
|
||||
use "907th/vim-auto-save"
|
||||
use "karb94/neoscroll.nvim"
|
||||
use "kdav5758/TrueZen.nvim"
|
||||
|
||||
end
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user