From dac9bf1c1349e36b1505ec76cc9a27483260c6be Mon Sep 17 00:00:00 2001 From: srdusr Date: Sun, 22 Jan 2023 23:59:49 +0200 Subject: Squashed '.config/nvim/' changes from 52469dc..e18107b e18107b Changed colorscheme cb3bbf6 Add zsh own icon b94e51d Add wezterm to config find function e564f7b Comment out text width setting 9c8462c Add how to find mappings/default mappings 486b7f9 Allowed searching of gitignore private notes git-subtree-dir: .config/nvim git-subtree-split: e18107bd533a17c8a3b37fe3fc6b0b5d17d4bd30 --- lua/plugins/web-devicons.lua | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'lua/plugins/web-devicons.lua') diff --git a/lua/plugins/web-devicons.lua b/lua/plugins/web-devicons.lua index b8396bc..2f68275 100644 --- a/lua/plugins/web-devicons.lua +++ b/lua/plugins/web-devicons.lua @@ -1,12 +1,17 @@ -local status, icons = pcall(require, "nvim-web-devicons") -if (not status) then return end - -icons.setup { - -- your personnal icons can go here (to override) - -- DevIcon will be appended to `name` +--local status, icons = pcall(require, "nvim-web-devicons") +--if (not status) then return end +--icons.setup { +require'nvim-web-devicons'.setup { override = { + zsh = { + icon = "", + color = "#428850", + cterm_color = "65", + name = "Zsh" + }; + color_icons = true; }, -- globally enable default icons (default to false) -- will get overriden by `get_icons` option - default = true + --default = true } -- cgit v1.2.3