mirror of
https://github.com/neovim/neovim
synced 2025-07-15 08:41:47 +00:00
Problem: on windows, the neovim executable (and thus the filetypes associated to open with neovim) has no embedded icon Solution: create a windows resource file pointing to the icon, and add it to the nvim binary target
5 lines
228 B
Plaintext
5 lines
228 B
Plaintext
// NOTE: this resource file *must* be in the same folder as the icon.
|
|
// Otherwise, absolute paths would need to be used.
|
|
// see https://learn.microsoft.com/en-us/windows/win32/menurc/icon-resource
|
|
NEOVIM_ICON ICON "neovim.ico"
|