wishlist
wishlist copied to clipboard
A public catalogue of Lua plugins Neovim users would like to see exist
**What?** The main idea is to extend the built-in lsp functionality, to get better experience while working with C#. **Why?** Now I cannot `goto definition` for the precompiled files (like...
**What?** An enhancement to vim/neovim's built in text objects to include seeking forward and backward over multiple lines, and selecting context specific objects like function arguments, array entries, etc, as...
**What?** Debugging vim macros is outright painful, because they may silently abort without knowledge to user where and due to what reasons. Macros can not be executed step by step,...
**What?** A way to visualise and navigate the undo tree. **Why?** See above. **Potential existing implementations:** [gundo.vim](https://github.com/sjl/gundo.vim) **Potential pitfalls*:*
**What?** Something similar to `:Git commit` and `:Git rebase -i` commands in [vim-fugitive](https://github.com/tpope/vim-fugitive) **Why?** All the neovim plugins I found are git interfaces that does a lot of things like...
**What?** Have n/N navigate either the quickfixlist or the searches, depending on which you used last. (Make suggestions of other things n/N can navigate!) **Why?** Basically both quickfix list and...
**What?** I quite like advanced session management as in existing plugins (rmagatti/auto-session, jedrzejboczar/possession.nvim), but they lack one feature per default: automatic session management as of current git-branch (reflecting current working...
**What?** A plugin that can help remember or show existing keybindings that written in lua. **Why?** There are existing viml based plugin like [vim-which-key](https://github.com/liuchengxu/vim-which-key) and [vim-leader-guide](https://github.com/spinks/vim-leader-guide) but hard to setting...
**What?** > Summarize the plugin you'd like to see exist. In a few sentences, what's your idea? I want `vim-plug` but in `lua`. The syntax should be horrifyingly obvious, the...
**What?** Similar to [Vim-visual-multi](https://github.com/mg979/vim-visual-multi) but have more action/feature from [Kakoune](https://kakoune.org), [Helix](https://helix-editor.com) and [Pepper](https://github.com/vamolessa/pepper). Specifically we don't need the plugins to add any key mappings _([explanation](https://stevelosh.com/blog/2011/09/writing-vim-plugins/#s6-mapping-keys-the-right-way))_, just add the following actions...