awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to gregorias/coerce.nvim

Open-source alternatives to Coerce.nvim

30 open-source projects similar to gregorias/coerce.nvim, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Coerce.nvim alternative.

  • me115/linuxtools_rstme115 avatar

    me115/linuxtools_rst

    6,012View on GitHub↗

    Linux工具快速教程

    HTML
    View on GitHub↗6,012
  • sinelaw/freshsinelaw avatar

    sinelaw/fresh

    5,914View on GitHub↗

    Zed is a terminal-based code editor built in Rust that provides a full-featured editing experience with familiar keybindings, mouse support, and multiple cursors. It runs entirely in the terminal while offering capabilities typically found in graphical editors, including split panes, a command palette, and integrated language server protocol support for real-time diagnostics, completions, go-to-definition, and code actions across multiple languages. The editor distinguishes itself through a plugin system that runs sandboxed TypeScript plugins in a QuickJS runtime, with an asynchronous bridge

    Rustideterminal-basedtext-editor
    View on GitHub↗5,914
  • spf13/spf13-vimspf13 avatar

    spf13/spf13-vim

    15,501View on GitHub↗

    This project is a Vim configuration distribution and IDE framework designed to transform Vim into a full-featured development environment. It functions as an environment bootstrapper that automates the cloning and installation of editor configurations and plugin bundles to ensure a consistent setup across different machines. The distribution uses a structured layer of settings and overrides, allowing users to customize the environment via local and fork-specific files without modifying the base source. It provides a curated collection of extensions that enable IDE-like capabilities for code n

    Vim Script
    View on GitHub↗15,501
  • jindrapetrik/jpexs-decompilerjindrapetrik avatar

    jindrapetrik/jpexs-decompiler

    5,404View on GitHub↗

    JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well

    Javadecompilereditorflash
    View on GitHub↗5,404

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • ajaxorg/aceajaxorg avatar

    ajaxorg/ace

    27,133View on GitHub↗

    Ace is a high-performance, browser-based code editor and JavaScript text editor component designed to be embedded into web applications. It functions as a feature-rich alternative to standard text areas, providing a syntax highlighting engine and support for multiple programming and markup languages. The editor is distinguished by its ability to handle large documents containing millions of lines while maintaining stable performance. It supports multi-cursor editing, allowing simultaneous modifications at multiple selection points across a document. The project covers a broad range of develo

    JavaScript
    View on GitHub↗27,133
  • bennypowers/splitjoin.nvimbennypowers avatar

    bennypowers/splitjoin.nvim

    98View on GitHub↗

    🪓🧷 Split or join list-like syntax constructs

    Luaneovimneovim-plugintreesitter
    View on GitHub↗98
  • attilarepka/header.nvimattilarepka avatar

    attilarepka/header.nvim

    43View on GitHub↗

    Add or update copyright and license headers in any source file—right from Neovim

    Lua
    View on GitHub↗43
  • allendang/nvim-expand-exprAllenDang avatar

    AllenDang/nvim-expand-expr

    35View on GitHub↗

    Expand and repeat expression to multiple lines for neovim.

    Lua
    View on GitHub↗35
  • chrisgrieser/nvim-various-textobjschrisgrieser avatar

    chrisgrieser/nvim-various-textobjs

    769View on GitHub↗

    Bundle of more than 30 new text objects for Neovim.

    Luaindentationneovim-pluginnvim-plugin
    View on GitHub↗769
  • chrisgrieser/nvim-puppeteerchrisgrieser avatar

    chrisgrieser/nvim-puppeteer

    75View on GitHub↗

    Automatically convert strings to f-strings or template strings and back.

    Luaf-stringsneovim-pluginnvim-plugin
    View on GitHub↗75
  • ckolkey/ts-node-actionCKolkey avatar

    CKolkey/ts-node-action

    378View on GitHub↗

    Neovim Plugin for running functions on nodes.

    Lua
    View on GitHub↗378
  • csessh/stopinsert.nvimcsessh avatar

    csessh/stopinsert.nvim

    33View on GitHub↗

    Do you often find yourself caught off guard idling in Insert mode instead of escaping to Normal mode like a true Vim user? Let this help you train yourself out of the bad habit. It also boots you out of Insert mode after certain amount of seconds of inactivity

    Lualuaneovim-plugin
    View on GitHub↗33
  • cshuaimin/ssr.nvimcshuaimin avatar

    cshuaimin/ssr.nvim

    1,004View on GitHub↗

    Treesitter based structural search and replace plugin for Neovim.

    Lualuaneovim-pluginnvim
    View on GitHub↗1,004
  • daltongd/yanklock.nvimdaltongd avatar

    daltongd/yanklock.nvim

    21View on GitHub↗

    🔒 A simple neovim plugin that allows the user to temporarily lock the paste register to "0, and use 'd', 'c', 'x', and 's' motions while keeping the most recent yanked content easily accessible.

    Luanvimnvim-luanvim-plugin
    View on GitHub↗21
  • altermo/ultimate-autopair.nvimaltermo avatar

    altermo/ultimate-autopair.nvim

    578View on GitHub↗

    A treesitter supported autopairing plugin with extensions, and much more

    Luaautopairluaneovim
    View on GitHub↗578
  • brenton-leighton/multiple-cursors.nvimbrenton-leighton avatar

    brenton-leighton/multiple-cursors.nvim

    417View on GitHub↗

    A multi-cursor plugin for Neovim that works in normal, insert/replace, or visual modes, and with almost every command

    Luamulticursorneovimneovim-plugin
    View on GitHub↗417
  • drkjeff16/shebang.nvimDrKJeff16 avatar

    DrKJeff16/shebang.nvim

    7View on GitHub↗

    Add/modify your shebangs on top of your script files, with live reloading.

    Luaneovimneovim-luaneovim-lua-plugin
    View on GitHub↗7
  • booperlv/nvim-gomovebooperlv avatar

    booperlv/nvim-gomove

    204View on GitHub↗

    A complete plugin for moving and duplicating blocks and lines, with complete fold handling, reindenting, and undoing in one go.

    Luaneovimneovim-plugin
    View on GitHub↗204
  • filipdutescu/renamer.nvimfilipdutescu avatar

    filipdutescu/renamer.nvim

    317View on GitHub↗

    VS Code-like renaming UI for Neovim, writen in Lua.

    Lua
    View on GitHub↗317
  • folke/zen-mode.nvimfolke avatar

    folke/zen-mode.nvim

    2,139View on GitHub↗

    🧘 Distraction-free coding for Neovim

    Luaneovimneovim-plugin
    View on GitHub↗2,139
  • gbprod/cutlass.nvimgbprod avatar

    gbprod/cutlass.nvim

    227View on GitHub↗

    Plugin that adds a 'cut' operation separate from 'delete'

    Luaneovimneovim-pluginnvim
    View on GitHub↗227
  • gbprod/stay-in-place.nvimgbprod avatar

    gbprod/stay-in-place.nvim

    100View on GitHub↗

    Neovim plugin that prevent cursor from moving when using shift and filter actions.

    Luaneovimneovim-pluginnvim
    View on GitHub↗100
  • gbprod/substitute.nvimgbprod avatar

    gbprod/substitute.nvim

    732View on GitHub↗

    Neovim plugin introducing a new operators motions to quickly replace and exchange text.

    Luaneovimneovim-pluginnvim
    View on GitHub↗732
  • gbprod/yanky.nvimgbprod avatar

    gbprod/yanky.nvim

    1,270View on GitHub↗

    Improved Yank and Put functionalities for Neovim

    Luaneovimneovim-pluginnvim
    View on GitHub↗1,270
  • h-hg/fcitx.nvimh-hg avatar

    h-hg/fcitx.nvim

    101View on GitHub↗

    A Neovim plugin writing in Lua to switch and restore fcitx state for each buffer.

    Luafcitxfcitx5input
    View on GitHub↗101
  • hiberabyss/bzlops.vimhiberabyss avatar

    hiberabyss/bzlops.vim

    4View on GitHub↗

    Manipulate bazel BUILD rule base on current file. Support new/delete rule, add/remove dependency base on current line.

    Vim Script
    View on GitHub↗4
  • hinell/duplicate.nvimhinell avatar

    hinell/duplicate.nvim

    25View on GitHub↗

    Duplicate visual selection, lines, and textobjects

    Luaneovim-pluginnvim-pluginnvim-plugins
    View on GitHub↗25
  • hinell/move.nvimhinell avatar

    hinell/move.nvim

    14View on GitHub↗

    Gain the power to move lines and blocks and auto-indent them! Updated fork of fedepujol/move.nvim

    Luaneovim-pluginnvim-plugin
    View on GitHub↗14
  • hiphish/rainbow-delimiters.nvimHiPhish avatar

    HiPhish/rainbow-delimiters.nvim

    874View on GitHub↗
    Lua
    View on GitHub↗874
  • drkjeff16/boolean-toggle.nvimDrKJeff16 avatar

    DrKJeff16/boolean-toggle.nvim

    7View on GitHub↗

    Toggle between boolean values under your cursor.

    Luaneovimneovim-luaneovim-lua-plugin
    View on GitHub↗7