-
-
Notifications
You must be signed in to change notification settings - Fork 220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any suggestions for web devicons? #792
Comments
Found this Color updated to: |
Yep the norg icon exists officially in devicons (very epic). Closing because the issue has a solution :) |
Sorry I don't have much knowledge of fonts, but does that mean that it will be usable as a nerd font when it is released? It seems I can't find it here at the moment. |
Ah, I just did some research and it's not so simple. Norg is in the devicons repository, but this doesn't necessarily mean it's either in nerdfonts nor Reopening cause maybe someone with more experience can help here. |
So basically, when nerd font adds norg icon (I don't know how tho), we can use that instead, but my first intent of this issue was to ask for an idea of any existing nerd font icon to express a norg file. (For example, the scissors icon is not any official icon for snippets but I'd say it matches pretty well.) |
Heyyo I was just reading the other issue (from @noornee #1019) regarding this, I had it temporarily working some time ago. So just wanted to share: ![]() The steps:
require("nvim-web-devicons").setup({
override = {
norg = {
icon = " ", -- This icon probably wont be visible in your browser, but insert your icon here.
color = "#4878be", -- Neorgs official color
name = "neorg"
}
}
}) To insert a unicode codepoint in vim, you can do this in insert mode: Hope this helps :) |
Issues
Feature description
Hi, thanks for the amazing plugin!
nvim-web-devicons is a plugin used in many plugins such as nvimtree, neo-tree, bufferline etc to provide nice looking icons for files depending on their filetype.
User can define their own icons by setting these parameters on setup. And here is an example I define myself for snippet files. It is nice to have a dedicated icon and would be easier to spot the file when many types of files are in the same directory.
Issue
However, unfortunately
.norg
file is not defined in the look up table and the default icons is used in the file tree, which I feel a bit sad.Therefore, I would like to ask for any suggestion for a good icon (any nerd font) and color to represent norg files.
Creating an PR to web-devicons would be a good option as well.
Here's one I came up with but would love to hear alternatives.
Help
No
Implementation help
No response
The text was updated successfully, but these errors were encountered: