awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to hrsh7th/cmp-buffer

Open-source alternatives to Cmp Buffer

28 open-source projects similar to hrsh7th/cmp-buffer, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cmp Buffer alternative.

  • junegunn/fzf.vimAvatar de junegunn

    junegunn/fzf.vim

    10,146Ver en GitHub↗

    fzf.vim is a Vim fuzzy finder plugin that integrates the fzf command-line interface into the editor. It serves as a text editor search interface and buffer and file navigator, allowing users to quickly locate files, buffers, and text patterns. The plugin functions as a bridge to the fzf command-line tool, enabling users to search for files, grep code content, and navigate git commits, marks, and tags. It also provides a mechanism to send multiple fuzzy search results directly into the Vim quickfix list for batch editing. Broad capabilities include interactive text completion for paths and wo

    Vim Scriptfzfneovimvim
    Ver en GitHub↗10,146
  • brianaung/compl.nvimAvatar de brianaung

    brianaung/compl.nvim

    50Ver en GitHub↗

    A lightweight, native-first completion experience for Neovim.

    Lua
    Ver en GitHub↗50
  • bydlw98/blink-cmp-envAvatar de bydlw98

    bydlw98/blink-cmp-env

    22Ver en GitHub↗

    Environment variables source for blink.cmp

    Lua
    Ver en GitHub↗22
  • bydlw98/blink-cmp-sshconfigAvatar de bydlw98

    bydlw98/blink-cmp-sshconfig

    6Ver en GitHub↗

    Ssh_config(5) files source for blink.cmp

    Lua
    Ver en GitHub↗6
  • disrupted/blink-cmp-conventional-commitsAvatar de disrupted

    disrupted/blink-cmp-conventional-commits

    35Ver en GitHub↗

    Conventional Commits source for blink.cmp

    Lua
    Ver en GitHub↗35

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • erooke/blink-cmp-latexAvatar de erooke

    erooke/blink-cmp-latex

    15Ver en GitHub↗

    A latex source for blink.cmp

    Lua
    Ver en GitHub↗15
  • hrsh7th/cmp-cmdlineAvatar de hrsh7th

    hrsh7th/cmp-cmdline

    621Ver en GitHub↗

    nvim-cmp source for vim's cmdline

    Lua
    Ver en GitHub↗621
  • hrsh7th/cmp-nvim-lspAvatar de hrsh7th

    hrsh7th/cmp-nvim-lsp

    1,510Ver en GitHub↗

    nvim-cmp source for neovim builtin LSP client

    Lua
    Ver en GitHub↗1,510
  • hrsh7th/cmp-nvim-lsp-signature-helpAvatar de hrsh7th

    hrsh7th/cmp-nvim-lsp-signature-help

    678Ver en GitHub↗

    cmp-nvim-lsp-signature-help

    Lua
    Ver en GitHub↗678
  • hrsh7th/cmp-nvim-luaAvatar de hrsh7th

    hrsh7th/cmp-nvim-lua

    322Ver en GitHub↗

    nvim-cmp source for nvim lua

    Lua
    Ver en GitHub↗322
  • hrsh7th/cmp-pathAvatar de hrsh7th

    hrsh7th/cmp-path

    690Ver en GitHub↗

    nvim-cmp source for path

    Lua
    Ver en GitHub↗690
  • hrsh7th/nvim-cmpAvatar de hrsh7th

    hrsh7th/nvim-cmp

    9,455Ver en GitHub↗

    This project is a Lua-based completion engine for Neovim that aggregates real-time text suggestions from multiple data sources into a single interface. It functions as a modular framework for extending the editor with custom completion logic, acting as both a fuzzy text suggestion tool and an interface for the Language Server Protocol. The engine utilizes a source-agnostic provider interface to standardize how disparate data sources feed candidates into a central logic engine. It employs asynchronous candidate fetching and a non-blocking architecture to retrieve suggestions from external serv

    Lua
    Ver en GitHub↗9,455
  • kaiser-yang/blink-cmp-avanteAvatar de Kaiser-Yang

    Kaiser-Yang/blink-cmp-avante

    113Ver en GitHub↗

    Avante source for blink-cmp

    Lua
    Ver en GitHub↗113
  • kaiser-yang/blink-cmp-gitAvatar de Kaiser-Yang

    Kaiser-Yang/blink-cmp-git

    91Ver en GitHub↗

    Git source for blink.cmp

    Lua
    Ver en GitHub↗91
  • krissen/blink-cmp-bibtexAvatar de krissen

    krissen/blink-cmp-bibtex

    10Ver en GitHub↗

    A lightweight BibTeX citation source for Blink completion.

    Lua
    Ver en GitHub↗10
  • lukas-reineke/cmp-under-comparatorAvatar de lukas-reineke

    lukas-reineke/cmp-under-comparator

    192Ver en GitHub↗

    nvim-cmp comparator function for completion items that start with one or more underlines

    Lua
    Ver en GitHub↗192
  • mgalliou/blink-cmp-tmuxAvatar de mgalliou

    mgalliou/blink-cmp-tmux

    11Ver en GitHub↗

    Completion source using tmux for blink.cmp

    Lua
    Ver en GitHub↗11
  • mhinz/vim-galoreAvatar de mhinz

    mhinz/vim-galore

    17,883Ver en GitHub↗

    Vim-galore is a comprehensive technical reference and curated guide for mastering the Vim text editor. It serves as a central resource for users seeking to understand the philosophy, command structure, and advanced customization capabilities required to operate professional-grade modal text editors effectively. The project distinguishes itself by providing a deep dive into efficient editing workflows, plugin management, and automation strategies within a terminal-based environment. It covers the full spectrum of editor mastery, from fundamental modal navigation and text manipulation to comple

    Vim scriptawesomeawesome-listguide
    Ver en GitHub↗17,883
  • mikavilpas/blink-ripgrep.nvimAvatar de mikavilpas

    mikavilpas/blink-ripgrep.nvim

    116Ver en GitHub↗

    Ripgrep/gitgrep source for the blink.cmp Neovim completion plugin

    Lua
    Ver en GitHub↗116
  • moyiz/blink-emoji.nvimAvatar de moyiz

    moyiz/blink-emoji.nvim

    82Ver en GitHub↗

    Emoji source for blink.cmp.

    Lua
    Ver en GitHub↗82
  • nvim-mini/mini.nvimAvatar de nvim-mini

    nvim-mini/mini.nvim

    9,325Ver en GitHub↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Lualuamini-nvimneovim
    Ver en GitHub↗9,325
  • petertriho/cmp-gitAvatar de petertriho

    petertriho/cmp-git

    420Ver en GitHub↗

    Git source for nvim-cmp

    Lua
    Ver en GitHub↗420
  • saghen/blink.cmpAvatar de saghen

    saghen/blink.cmp

    5,951Ver en GitHub↗
    Luaneovimneovim-lua-pluginneovim-plugin
    Ver en GitHub↗5,951
  • saghen/blink.compatAvatar de saghen

    saghen/blink.compat

    220Ver en GitHub↗

    Compatibility layer for using nvim-cmp sources on blink.cmp

    Lua
    Ver en GitHub↗220
  • sergioribera/cmp-dotenvAvatar de SergioRibera

    SergioRibera/cmp-dotenv

    93Ver en GitHub↗

    cmp import and use all environment variables from .env.* and system

    Lua
    Ver en GitHub↗93
  • xieyonn/blink-cmp-dat-wordAvatar de xieyonn

    xieyonn/blink-cmp-dat-word

    37Ver en GitHub↗

    Fast, offline word source for blink.cmp, based on a double-array trie.

    Lua
    Ver en GitHub↗37
  • benborla/at-file.nvimAvatar de benborla

    benborla/at-file.nvim

    6Ver en GitHub↗

    Type @ in insert mode to fuzzy-pick and insert a file path

    Lua
    Ver en GitHub↗6
  • yaocccc/blink-cmp-cmdlinehistoryAvatar de yaocccc

    yaocccc/blink-cmp-cmdlinehistory

    4Ver en GitHub↗

    A blink.cmp source for Neovim cmdline mode.

    Lua
    Ver en GitHub↗4