From 97be95d96b96c42dab64dff7018a89baa22384ee Mon Sep 17 00:00:00 2001 From: srdusr Date: Wed, 19 Oct 2022 23:57:09 +0200 Subject: Made Sourcing lua config easier --- lua/plugins/web-devicons.lua | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 lua/plugins/web-devicons.lua (limited to 'lua/plugins/web-devicons.lua') diff --git a/lua/plugins/web-devicons.lua b/lua/plugins/web-devicons.lua deleted file mode 100644 index b8396bc..0000000 --- a/lua/plugins/web-devicons.lua +++ /dev/null @@ -1,12 +0,0 @@ -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` - override = { - }, - -- globally enable default icons (default to false) - -- will get overriden by `get_icons` option - default = true -} -- cgit v1.2.3