awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • scrooloose/syntasticAvatar scrooloose

    scrooloose/syntastic

    11,222Vezi pe 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
    Vezi pe GitHub↗11,222
  • mattn/emmet-vimAvatar mattn

    mattn/emmet-vim

    6,463Vezi pe 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
    Vezi pe GitHub↗6,463
  • ryanoasis/vim-deviconsAvatar ryanoasis

    ryanoasis/vim-devicons

    5,794Vezi pe GitHub↗

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

    Vim Scripteye-candyfiletypeglyph-icons
    Vezi pe GitHub↗5,794
  • l3mon4d3/luasnipAvatar L3MON4D3

    L3MON4D3/LuaSnip

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

Explorează sub-etichetele

  • Filetype Resolvers2 sub-tag-uriDetermines 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.