diff options
| author | srdusr <trevorgray@srdusr.com> | 2022-12-16 23:42:26 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2022-12-16 23:42:26 +0200 |
| commit | 6371e90cc598e52b1d057d4b6d9a7b75d60e2fd0 (patch) | |
| tree | f55d4d589f1a1e619ad67243a0421e08917b4f3c /config/nvim/lua/plugins/web-devicons.lua | |
| parent | 8f4eae2782704484b498129a0a7d9044a4d73fbb (diff) | |
| download | dotfiles-6371e90cc598e52b1d057d4b6d9a7b75d60e2fd0.tar.gz dotfiles-6371e90cc598e52b1d057d4b6d9a7b75d60e2fd0.zip | |
Removed config/nvim
Diffstat (limited to 'config/nvim/lua/plugins/web-devicons.lua')
| -rw-r--r-- | config/nvim/lua/plugins/web-devicons.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/config/nvim/lua/plugins/web-devicons.lua b/config/nvim/lua/plugins/web-devicons.lua deleted file mode 100644 index b8396bc..0000000 --- a/config/nvim/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 -} |
