diff options
| author | Leander <80996591+m0ntagur@users.noreply.github.com> | 2022-08-13 00:29:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-13 00:29:11 +0200 |
| commit | 08cfa564a40069facf171a3e50e1c6e71a09c4bc (patch) | |
| tree | adf54283bb4029a007ddcdb94f0bdf772cb550d3 /web-devicons.lua | |
| parent | 089a171cc4ba7251c86e8f8af15f2ad9b4c51e7d (diff) | |
Delete web-devicons.lua
Diffstat (limited to 'web-devicons.lua')
| -rw-r--r-- | web-devicons.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/web-devicons.lua b/web-devicons.lua deleted file mode 100644 index 536b57f..0000000 --- a/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
-}
|
