nvim-web-devicons icon indicating copy to clipboard operation
nvim-web-devicons copied to clipboard

lua `fork` of vim-web-devicons for neovim

Results 53 nvim-web-devicons issues
Sort by recently updated
recently updated
newest added
trafficstars

Nerd Fonts 3 changed code points of some icons, this updates it according to table [here](https://github.com/ryanoasis/nerd-fonts/issues/1059) This will break everyone being on Nerd 2, but without it everyone on version...

Many icons are not displayed correctly. This is likely due to a restructuring of the Material Design icons in the new Nerdfont release 3.0.0 as described [here](https://github.com/ryanoasis/nerd-fonts/releases/tag/v3.0.0).

Overridden icons get reset when I change colorscheme. **To reproduce:** Configuration: Click to expand ```lua local root = vim.fn.fnamemodify(vim.fn.expand('$HOME') .. 'nvim-test-config', ':p') for _, name in ipairs({ 'config', 'data', 'state',...

nvim-web-devicons is a common dependency across Neovim plugins. Using luarocks may alleviate the need for users to specify their plugins' dependencies in their plugin manager (e.g., vim-plug or packer). See...

A telescope picker that can list all the icons with associated filetype/filename and color code. Not something very necessary, but it would be cool to browse through all the icons...

enhancement

Really appreciate your work guys, been using your product for months. Hope you guys add this icon too.

# Background Nerd Fonts plans to introduce [a breaking change](https://github.com/ryanoasis/nerd-fonts/discussions/1074) in v3.0.0: > ## Next Release Outlook > > The `v3.0.0` release will bring two bigger changes: > > ###...

enhancement
help wanted

Some icons switch the active direction of text to RTL and affect the surrounding text. Specific examples are the latex icon (extension .tex) and the SVG icon. I know there...

### `nvim-web-devicons` -> `nvim-devicons` Not exactly necessary in any way but it is cleaner and makes more sense as this plugin isn't really web oriented.

How to add an icon for certain extensions? I don't really know how to formulate my question, but with devicons I could do this `let g: WebDevIconsUnicodeDecorateFileNodesPatternSymbols ['. * Test....