awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 个仓库

Awesome GitHub RepositoriesFiletype Icon Plugins

Adds filetype-specific glyph icons to file explorers, statuslines, and fuzzy finders for visual file identification.

Distinct from Vim Plugins: Distinct from Vim Plugins: specifically focuses on filetype icon decoration, not general Vim extensions.

Explore 4 awesome GitHub repositories matching development tools & productivity · Filetype Icon Plugins. Refine with filters or upvote what's useful.

Awesome Filetype Icon Plugins GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • scrooloose/syntasticscrooloose 的头像

    scrooloose/syntastic

    11,222在 GitHub 上查看↗

    Syntastic is a Vim syntax checking plugin that integrates external command-line analysis tools to detect and highlight code errors. It functions as a system for mapping specific syntax checkers to filetypes and validating code structure and correctness within the editor. The project acts as an external linter aggregator, combining error results from multiple checkers into a single unified list for the current file. It provides visualization tools to pinpoint issues using signs, highlighting, and statusline flags. The plugin supports real-time syntax validation and on-demand checking, often t

    Implements a system for triggering specific syntax checkers based on the filetype of the current buffer.

    Vim script
    在 GitHub 上查看↗11,222
  • mattn/emmet-vimmattn 的头像

    mattn/emmet-vim

    6,463在 GitHub 上查看↗

    emmet-vim is a plugin for Vim that functions as a markup automation tool and code expander. It allows for the rapid generation of HTML and CSS structures by expanding shorthand text expressions into full code elements. The tool provides a set of shortcuts for wrapping, balancing, and manipulating tags. It includes a text object extension that enables navigation and editing commands for jumping between nested element boundaries. The project covers a range of capabilities for frontend code refactoring and document hierarchy restructuring. These include tag wrapping, element removal, attribute

    Restricts markup expansion and manipulation logic to specific programming languages based on file extensions.

    Vim Script
    在 GitHub 上查看↗6,463
  • ryanoasis/vim-deviconsryanoasis 的头像

    ryanoasis/vim-devicons

    5,794在 GitHub 上查看↗

    Adds filetype-specific glyph icons to file explorers, statuslines, and fuzzy finders for visual file identification.

    Vim Scripteye-candyfiletypeglyph-icons
    在 GitHub 上查看↗5,794
  • l3mon4d3/luasnipL3MON4D3 的头像

    L3MON4D3/LuaSnip

    4,276在 GitHub 上查看↗

    LuaSnip is a scriptable text expansion framework and Lua-based snippet engine. It allows for the creation of reusable text templates and complex nested structures that expand into a buffer using triggers and jumpable tabstops. The system distinguishes itself by using abstract syntax trees to trigger expansions based on structural code patterns rather than simple text matching. It features a multi-format importer capable of parsing snippet definitions from community standards such as LSP and SnipMate. The framework covers dynamic code generation through Lua functions, regex-based capture grou

    Determines the active filetype at the cursor using Treesitter for accurate snippet loading.

    Lualuaneovimsnippet-engine
    在 GitHub 上查看↗4,276
  1. Home
  2. Development Tools & Productivity
  3. Vim Plugins
  4. Filetype Icon Plugins

探索子标签

  • Filetype Resolvers2 个子标签Determines the active filetype at the cursor using Treesitter parsing for accurate snippet loading. **Distinct from Filetype Icon Plugins:** Distinct from Filetype Icon Plugins: focuses on resolving filetype for snippet selection, not injecting visual icons.