vim-devicons icon indicating copy to clipboard operation
vim-devicons copied to clipboard

JavaScript sourcemap files (.js.map) icon

Open aminnairi opened this issue 4 years ago • 2 comments

Required Info

  • [x] I have searched the issues for my issue and found nothing related and/or helpful
  • [x] I have read or at least glanced at the FAQ
  • [x] I have read or at least glanced at the Wiki
  • [x] VimDevIcons is the last loaded vim plugin?
  • [x] What version of vim are you using?
$ vim --version | head -1
VIM - Vi IMproved 8.2 (2019 Dec 12, compiled Mar  1 2020 17:21:03)
  • [x] What version of vim-devicons are you using?
0.11.0
  • [x] Are you using vim from the terminal or a GUI vim?

Vim from the terminal.

  • [x] Are you using Mac, Linux or Windows?
$ uname -a
Linux archlinux 5.4.28-1-lts #1 SMP Wed, 25 Mar 2020 13:04:22 +0000 x86_64 GNU/Linux

Optional Info

  • [x] Provide screenshots where appropriate

image

Additional context

In my opinion, it could be this one (used by VSCode Icons plugin):

https://raw.githubusercontent.com/vscode-icons/vscode-icons/master/icons/file_type_jsmap.svg?sanitize=true

I think that this is okay, what is important is that the icon does not use the same as the one we already have for standard JavaScript files. But I'm afraid it will look very tiny on most laptops.

Another idea would be to use the "settings" icon (just like docker-compose.yaml files).

What do you think?

aminnairi avatar Apr 17 '20 12:04 aminnairi

Good suggestions.

Here are some current candidates I think I like the best:

Selection_044

Selection_045

Selection_046

ryanoasis avatar May 02 '20 21:05 ryanoasis

I like the f484, and it could be used for other languages as well (if there are any more using source maps, which I'm not sure but just in case).

aminnairi avatar May 03 '20 09:05 aminnairi