feat: eww hypr alacritty and more
This commit is contained in:
parent
1f3c2b9947
commit
7fb4f9ee73
132 changed files with 23 additions and 4881 deletions
|
|
@ -1,23 +0,0 @@
|
|||
local status_ok , _ = pcall (require, "nvim-web-devicons")
|
||||
if not status_ok then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
require'nvim-web-devicons'.setup {
|
||||
-- your personnal icons can go here (to override)
|
||||
-- you can specify color or cterm_color instead of specifying both of them
|
||||
-- DevIcon will be appended to `name`
|
||||
override = {
|
||||
zsh = {
|
||||
icon = "",
|
||||
color = "#428850",
|
||||
cterm_color = "65",
|
||||
name = "Zsh"
|
||||
}
|
||||
};
|
||||
|
||||
default = true;
|
||||
}
|
||||
|
||||
require'nvim-web-devicons'.get_icons()
|
||||
Loading…
Add table
Add a link
Reference in a new issue