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

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

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

Open-source alternatives to Telescope Undo.nvim

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

  • me115/linuxtools_rstme115 的头像

    me115/linuxtools_rst

    6,012在 GitHub 上查看↗

    Linux工具快速教程

    HTML
    在 GitHub 上查看↗6,012
  • sinelaw/freshsinelaw 的头像

    sinelaw/fresh

    5,914在 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
    在 GitHub 上查看↗5,914
  • spf13/spf13-vimspf13 的头像

    spf13/spf13-vim

    15,501在 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
    在 GitHub 上查看↗15,501
  • jindrapetrik/jpexs-decompilerjindrapetrik 的头像

    jindrapetrik/jpexs-decompiler

    5,404在 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
    在 GitHub 上查看↗5,404
  • ajaxorg/aceajaxorg 的头像

    ajaxorg/ace

    27,133在 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
    在 GitHub 上查看↗27,133
  • bennypowers/splitjoin.nvimbennypowers 的头像

    bennypowers/splitjoin.nvim

    98在 GitHub 上查看↗

    🪓🧷 Split or join list-like syntax constructs

    Luaneovimneovim-plugintreesitter
    在 GitHub 上查看↗98
  • attilarepka/header.nvimattilarepka 的头像

    attilarepka/header.nvim

    43在 GitHub 上查看↗

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

    Lua
    在 GitHub 上查看↗43
  • allendang/nvim-expand-exprAllenDang 的头像

    AllenDang/nvim-expand-expr

    35在 GitHub 上查看↗

    Expand and repeat expression to multiple lines for neovim.

    Lua
    在 GitHub 上查看↗35
  • chrisgrieser/nvim-various-textobjschrisgrieser 的头像

    chrisgrieser/nvim-various-textobjs

    769在 GitHub 上查看↗

    Bundle of more than 30 new text objects for Neovim.

    Luaindentationneovim-pluginnvim-plugin
    在 GitHub 上查看↗769
  • chrisgrieser/nvim-puppeteerchrisgrieser 的头像

    chrisgrieser/nvim-puppeteer

    75在 GitHub 上查看↗

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

    Luaf-stringsneovim-pluginnvim-plugin
    在 GitHub 上查看↗75
  • ckolkey/ts-node-actionCKolkey 的头像

    CKolkey/ts-node-action

    378在 GitHub 上查看↗

    Neovim Plugin for running functions on nodes.

    Lua
    在 GitHub 上查看↗378
  • csessh/stopinsert.nvimcsessh 的头像

    csessh/stopinsert.nvim

    33在 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
    在 GitHub 上查看↗33
  • cshuaimin/ssr.nvimcshuaimin 的头像

    cshuaimin/ssr.nvim

    1,004在 GitHub 上查看↗

    Treesitter based structural search and replace plugin for Neovim.

    Lualuaneovim-pluginnvim
    在 GitHub 上查看↗1,004
  • daltongd/yanklock.nvimdaltongd 的头像

    daltongd/yanklock.nvim

    21在 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
    在 GitHub 上查看↗21
  • altermo/ultimate-autopair.nvimaltermo 的头像

    altermo/ultimate-autopair.nvim

    578在 GitHub 上查看↗

    A treesitter supported autopairing plugin with extensions, and much more

    Luaautopairluaneovim
    在 GitHub 上查看↗578
  • filipdutescu/renamer.nvimfilipdutescu 的头像

    filipdutescu/renamer.nvim

    317在 GitHub 上查看↗

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

    Lua
    在 GitHub 上查看↗317
  • brenton-leighton/multiple-cursors.nvimbrenton-leighton 的头像

    brenton-leighton/multiple-cursors.nvim

    417在 GitHub 上查看↗

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

    Luamulticursorneovimneovim-plugin
    在 GitHub 上查看↗417
  • booperlv/nvim-gomovebooperlv 的头像

    booperlv/nvim-gomove

    204在 GitHub 上查看↗

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

    Luaneovimneovim-plugin
    在 GitHub 上查看↗204
  • folke/zen-mode.nvimfolke 的头像

    folke/zen-mode.nvim

    2,139在 GitHub 上查看↗

    🧘 Distraction-free coding for Neovim

    Luaneovimneovim-plugin
    在 GitHub 上查看↗2,139
  • gbprod/cutlass.nvimgbprod 的头像

    gbprod/cutlass.nvim

    227在 GitHub 上查看↗

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

    Luaneovimneovim-pluginnvim
    在 GitHub 上查看↗227
  • gbprod/stay-in-place.nvimgbprod 的头像

    gbprod/stay-in-place.nvim

    100在 GitHub 上查看↗

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

    Luaneovimneovim-pluginnvim
    在 GitHub 上查看↗100
  • gbprod/substitute.nvimgbprod 的头像

    gbprod/substitute.nvim

    732在 GitHub 上查看↗

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

    Luaneovimneovim-pluginnvim
    在 GitHub 上查看↗732
  • gbprod/yanky.nvimgbprod 的头像

    gbprod/yanky.nvim

    1,270在 GitHub 上查看↗

    Improved Yank and Put functionalities for Neovim

    Luaneovimneovim-pluginnvim
    在 GitHub 上查看↗1,270
  • gregorias/coerce.nvimgregorias 的头像

    gregorias/coerce.nvim

    174在 GitHub 上查看↗

    A Neovim plugin for changing keyword case.

    Luaneovim-pluginstring-case
    在 GitHub 上查看↗174
  • h-hg/fcitx.nvimh-hg 的头像

    h-hg/fcitx.nvim

    101在 GitHub 上查看↗

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

    Luafcitxfcitx5input
    在 GitHub 上查看↗101
  • hiberabyss/bzlops.vimhiberabyss 的头像

    hiberabyss/bzlops.vim

    4在 GitHub 上查看↗

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

    Vim Script
    在 GitHub 上查看↗4
  • hinell/duplicate.nvimhinell 的头像

    hinell/duplicate.nvim

    25在 GitHub 上查看↗

    Duplicate visual selection, lines, and textobjects

    Luaneovim-pluginnvim-pluginnvim-plugins
    在 GitHub 上查看↗25
  • hinell/move.nvimhinell 的头像

    hinell/move.nvim

    14在 GitHub 上查看↗

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

    Luaneovim-pluginnvim-plugin
    在 GitHub 上查看↗14
  • hiphish/rainbow-delimiters.nvimHiPhish 的头像

    HiPhish/rainbow-delimiters.nvim

    874在 GitHub 上查看↗
    Lua
    在 GitHub 上查看↗874
  • drkjeff16/shebang.nvimDrKJeff16 的头像

    DrKJeff16/shebang.nvim

    7在 GitHub 上查看↗

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

    Luaneovimneovim-luaneovim-lua-plugin
    在 GitHub 上查看↗7

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search