targets.vim
Vim plugin that provides additional text objects (by wellle)
wilder.nvim
A more adventurous wildmenu (by gelguy)
| targets.vim | wilder.nvim | |
|---|---|---|
| 48 | 23 | |
| 2,637 | 1,473 | |
| 0.0% | 0.0% | |
| 2.4 | 0.0 | |
| almost 2 years ago | almost 2 years ago | |
| Vim Script | Vim Script | |
| MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
targets.vim
Posts with mentions or reviews of targets.vim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-01.
-
How to move really efficiently in Vim?
targets is nice too.
-
Two Weeks into Vim: A Transformation
The thing that has the biggest impact on me is ci”, ca”, da”, etc.. so I suggested getting used to using those.. and then you can get more pedantic with it using https://github.com/wellle/targets.vim
-
Is there a shorcut to select words in quotes including the quotes?
I do recommend getting, targets.vim https://github.com/wellle/targets.vim .. which unlocks the n(ext) and l(ast) verbs(?) ..ahhhh it’s REALLY REALLY good, I use 2in” like a lot
-
Text-object selection works forward, but not backwards, and I'm curious about that
In fact, as /u/Chillbrosaurus_Rex points out, there's a plugin, targets.vim, that expands on Vim's built-in text objects, and one of the things it does is to provide this kind of forward and reverse direction functionality.
- Installing argtextobj.vim
- How to delete inside backtick pairs, e.g JS template strings.
-
neovim plugins that have improved your workflow
Hey, I use targets.vim, how does it compare with that?
-
Leap.nvim: Neovim’s Answer to the Mouse
You might benefit from targets.vim, it works well with your thought process. It adds a bunch of new really useful editing targets (which should be builtin imo).
https://github.com/wellle/targets.vim
-
Is there a textobject for `object.` in `object.property.another`?
Thanks for the through explanation. I has seen that and considered using it in the past. Can I ask how it compares to https://github.com/wellle/targets.vim? Would you consider mini.ai a replacement or complementary?
-
Why does ci" work from elsewhere on a line, but it doesn't for ci[ , ci{ ?
This is provided by targets.vim, along with a bunch of other useful text objects.
wilder.nvim
Posts with mentions or reviews of wilder.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-02-24.
-
is there a "better command line mode" plugin?
Try wilder
-
Which vim plugins do not have a lua equivalent yet?
wilder.nvim is written in mostly vimscript even though it's called ".nvim". It also hasn't had a meaningful commit since May, 2022. I'd love to see this idea of a better wildmenu experience expanded and improved upon in lua/the neovim community.
-
Command completion like emacs (Helm/Ivy)
wilder.nvim
-
Is there a fzf on tab-completion/wildmenu plugin?
The closest I've found is wilder.nvim but it is not quite what I'm looking for... I really like to use fzf everywhere and I always have some problems in wilder related to :UpdateRemotePlugins, which is needed for the python fuzzy matcher.
-
kat.nvim Release "Exuberant Cornish Rex" now available - Major speed and quality of life improvements, Neovim 0.6 support fully removed
:KatGenTermTheme now has completion: for all you cmp-cmdline or wilder users out there
-
oh, happy it ended
Well, vimtext, wilder and CoC are other famous examples :)
-
openingh.nvim - Open file or project in GitHub for neovim written in lua
Using this plugin https://github.com/gelguy/wilder.nvim
-
Disable autocompletion for a certain keyword (nvim-cmp)
I don't use nvim cmp but if you can disable it for commands, probably give https://github.com/gelguy/wilder.nvim a shot instead?
-
Permanent alais in neovim?
What about something else? Like https://github.com/gelguy/wilder.nvim plugin. There is a fuzzy searching. For frequently used commands you can find a reliable "shortcut". E.g. if I want to run :PlugUpdate I write :PlUt.
-
Buffer switchers like VSCode
There's also some relevant plugins: - ctrlpvim/ctrlp.vim: Active fork of kien/ctrlp.vim—Fuzzy file, buffer, mru, tag, etc finder. - vijaymarupudi/nvim-fzf: A Lua API for using fzf in neovim. - nvim-telescope/telescope.nvim: Find, Filter, Preview, Pick. All lua, all the time. - gelguy/wilder.nvim: A more adventurous wildmenu
What are some alternatives?
When comparing targets.vim and wilder.nvim you can also consider the following projects:
nvim-treesitter-textobjects
noice.nvim - 💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.
vim-textobj-sentence - Improving on Vim's native sentence text object and motion
denite.nvim - :dragon: Dark powered asynchronous unite all interfaces for Neovim/Vim8
ciBracket - Vim Plugin for ci), ci}, ci], ci>, etc.
denops.vim - 🐜 An ecosystem of Vim/Neovim which allows developers to write cross-platform plugins in Deno