diff options
Diffstat (limited to 'nvim/plugin/web-devicons.lua')
| -rw-r--r-- | nvim/plugin/web-devicons.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/nvim/plugin/web-devicons.lua b/nvim/plugin/web-devicons.lua deleted file mode 100644 index 536b57f..0000000 --- a/nvim/plugin/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
-}
|
