
DaikyXendo/nvim-material-icon: Nvim material icon - GitHub
It is possible to get all of the registered icons with the get_icons() function: This can be useful for debugging purposes or for creating custom highlights for each icon. You can override individual icons with the set_icon({...}) function: zsh = { icon = " …
GitHub - echasnovski/mini.icons: Icon provider. Part of 'mini.nvim ...
Provide icons with their highlighting via a single MiniIcons.get() for various categories: filetype, file/directory path, extension, operating system, LSP kind values. Icons and category defaults can be overridden. Configurable styles: "glyph" (icon glyphs) or "ascii" (non-glyph fallback).
GitHub - nvim-tree/nvim-web-devicons: Provides Nerd Font …
Provides Nerd Font 1 icons (glyphs) for use by Neovim plugins: A lua fork of vim-devicons. Nerd fonts moved some symbols with version 3.0. Version 2.3 is meant for transition, supporting both version 2 and version 3 icons. Nvim-web-devicons requires version 2.3 or above to work properly.
Nvim Material Icon:提升你的Neovim图标体验 - CSDN博客
2024年9月2日 · Nvim Material Icon 是一个专为 Neovim 设计的图标插件,它与 Nerd Font 版本 3.2.0 及以上兼容。 此插件提供了丰富的图标支持(已支持 1624 种文件类型),旨在美化你的文件导航视图,如 nvim-tree , bufferline , 和 lualine 等,通过自定义图标增强界面的可读性和视觉享 …
nvim-material-icon: Better file icon for Nvim : r/neovim - Reddit
2022年11月10日 · If your main goal is to provide this custom configuration, you could simply make nvim-web-devicons a dependency of your plugin and use the require("nvim-web-devicons").set_icon() API to set the custom icons and colors. This is a similar approach to a plugin I use nvim-nonicons.
Nvim-web-devicons 技术文档 - CSDN博客
2024年10月18日 · Neovim 版本: 0.7.0 或更高版本。 字体: 需要安装一个 补丁字体。 运行 :NvimWebDeviconsHiTest 命令可以查看所有图标及其高亮显示。 图标提供了亮色和暗色两种变体,具体取决于 &background 设置。 变体会在以下情况下更新: 显式调用 require("nvim-web-devicons").refresh()。 override = { zsh = { icon = " ", color = "#428850", cterm_color = "65", name = "Zsh" }; color_icons = true; default = true; strict = true; override_by_filename = {
mini.icons: Icon provider. Part of 'mini.nvim' library.fork from ...
Provide icons with their highlighting via a single MiniIcons.get () for various categories: filetype, file/directory path, extension, operating system, LSP kind values. Icons and category defaults can be overridden. Configurable styles: "glyph" (icon glyphs) or "ascii" (non-glyph fallback).
nvim-web-devicons 安装和配置指南 - CSDN博客
2024年10月18日 · nvim-web-devicons 是一个为 Neovim 设计的 Lua 插件,它是 vim-web-devicons 的 Lua 版本。 这个插件的主要功能是为 Neovim 提供文件图标和颜色,使得文件浏览器和其他插件能够显示更美观的图标。 项目的主要编程语言是 Lua。 2. 项目使用的关键技术和框架. Neovim: 这是一个现代化的 Vim 版本,支持 Lua 脚本,是 nvim-web-devicons 运行的基础。 Lua: 项目的主要编程语言,用于编写插件逻辑和配置。 Nerd Fonts: 提供了丰富的图标字体, nvim …
GitHub - ya2s/nvim-nonicons: Icon set using nonicons for …
Icon set for neovim plugins and settings. Collection of configurations for nvim-web-devicons. This repository is experimental and if there is demand, I'm going to create another plugin independent of nvim-web-devicons.
Nvim-tree 图标显示问题(安装Nerd字体) - 沉迷xs - 博客园
2024年11月1日 · 在使用neovim的过程中,发现文件树中没有图标 ,今天解决这个问题,并记录。 nvim-tree插件没有显示图标,是因为它依赖nerd字体,需要安装nerd字体,安装之后就可以解决这个问题。 可以在该网址下载nerd字体,挑选一个自己喜欢的字体:Nerd Fonts - Iconic font a