feat(neovim): add icon for razor files
This commit is contained in:
parent
350ad7f145
commit
79cfc08e30
1 changed files with 13 additions and 0 deletions
13
modules/neovim/lua/plugins/mini-icons.lua
Normal file
13
modules/neovim/lua/plugins/mini-icons.lua
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---@type LazySpec
|
||||||
|
return {
|
||||||
|
"echasnovski/mini.icons",
|
||||||
|
lazy = true,
|
||||||
|
opts = {
|
||||||
|
extension = {
|
||||||
|
cshtml = {
|
||||||
|
glyph = "",
|
||||||
|
hl = "MiniIconsPurple",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue