diff options
author | Chris <[email protected]> | 2020-10-28 03:32:40 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-10-28 03:32:40 -0400 |
commit | 0560e6b7e55996566319f59e6b597f2842c87cfd (patch) | |
tree | ea60088383fb2efed41fde3ca1e3c2e83905818e /lua | |
parent | 53dbe48fffbcbc8ae46903eec573e9ce0fddcc90 (diff) |
icons now with color
Diffstat (limited to 'lua')
-rw-r--r-- | lua/web-devicons-config.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/web-devicons-config.lua b/lua/web-devicons-config.lua new file mode 100644 index 00000000..3960f0f9 --- /dev/null +++ b/lua/web-devicons-config.lua @@ -0,0 +1 @@ +require'nvim-web-devicons'.setup() |