awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • scrooloose/syntasticAvatar von scrooloose

    scrooloose/syntastic

    11,222Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗11,222
  • mattn/emmet-vimAvatar von mattn

    mattn/emmet-vim

    6,463Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗6,463
  • ryanoasis/vim-deviconsAvatar von ryanoasis

    ryanoasis/vim-devicons

    5,794Auf GitHub ansehen↗

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

    Vim Scripteye-candyfiletypeglyph-icons
    Auf GitHub ansehen↗5,794
  • l3mon4d3/luasnipAvatar von L3MON4D3

    L3MON4D3/LuaSnip

    4,276Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,276
  1. Home
  2. Development Tools & Productivity
  3. Vim Plugins
  4. Filetype Icon Plugins

Unter-Tags erkunden

  • Filetype Resolvers2 Sub-TagsDetermines 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.