flit.nvim
Enhanced f/t motions for Leap (by ggandor)
vim-illuminate
illuminate.vim - (Neo)Vim plugin for automatically highlighting other uses of the word under the cursor using either LSP, Tree-sitter, or regex matching. (by RRethy)
flit.nvim | vim-illuminate | |
---|---|---|
7 | 24 | |
382 | 2,364 | |
0.3% | 0.5% | |
7.1 | 7.3 | |
11 months ago | about 2 months ago | |
Lua | Lua | |
The Unlicense | 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.
flit.nvim
Posts with mentions or reviews of flit.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-08.
-
lazyvim: f command generates error
recent bug in leap.nvim that flit.nvim depends on, you can revert the commit to avoid it.
-
What is the font used in this gif? It looks like Droid Sans Mono, but M, s, a and r are not quite the same.
But the flit.nvim (where the file is taken) is a plugin for neovim.
-
What do you use 's' for in normal mode? vanilla? or something like leap?
although I think I'll use https://github.com/ggandor/flit.nvim which promises to free up ; which would be quite nice
-
Search notification: alternative to easy-motion-like
Once you get used to leap and https://github.com/ggandor/flit.nvim based navigation you wonder why it's not built in to the editor. So much smoother than / navigation. I don't understand what's pure about poor ergonomics, it's just self flagellation.
-
Leap vs hop
They both introduce ways to move your cursor to a specific point in ~3-4 keystrokes. Hop has multiple modes and paints each target word/line/character/etc with a target, while Leap has one mode (go to target character) and only adds an extra marker if necessary. Leap also has other nice extensions based off it like leap-spooky and flit
-
Leap.nvim updates
flit.nvim ("clever-f" module)
-
flit.nvim: clever-f with labels - what more to ask for?
Hi everyone! So here is the most recent little skunkworks project from Leap Labs. Consider it as more of a preview or proof of concept stuff. If everyone says "oh, it's pure awesomeness, this is what I've been missing", then it might even make sense to implement it in the core (Leap). (But at that point, we might even consider merging Lightspeed and Leap back together...(??))
vim-illuminate
Posts with mentions or reviews of vim-illuminate.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-18.
-
Jump to next/previous of current variable inside a function?
The vim-illuminate plugin offers the goto_next_reference() and goto_prev_reference() to navigate to next/previous reference of the word under the cursor.
- leap.nvim meets vim-illuminate
-
Highlight references in buffer
vim-illuminate (https://github.com/RRethy/vim-illuminate) might be what you're looking for. It also has Alt-N/Alt-P mappings by default for jumping between matches.
-
Should I remove require('plugin').setup() from my plugins?
You can add a prefix that's specific to your plugin, or just have a single field specific to your plugin's name which takes a table. Alternatively, in one of my plugins I use .configure strictly for configuration, which doesn't init the plugin, see https://github.com/RRethy/vim-illuminate/issues/112. The majority of configuration shouldn't be needed though if you have strong defaults, just look at tpope plugins.
-
Highlighting Variables/Methods, etc
Found it, vim-illuminate.
- Plugins to have VS code tools
-
Looking for a cursor highlighting plugin posted recently
I think you're looking for vim-illuminate.
-
murmur.lua update: Let's create stylish cursor highlighting based on your colortheme :)
Does it do anything different from illuminate?
-
Underline Word in Gruvbox
Ok, my guess is that you are using RRethy/vim-illuminate, xiyaowong/nvim-cursorword, or mini.cursorword. All of them use underline as default highlighting for word under cursor. And that you tried ellisonleao/gruvbox.nvim variant of Gruvbox, which doesn't explicitly support none of them.
-
Leap.nvim updates
setup is deprecated, use the opts table directly. Related stuff. Note that Leap is internally lazy-loaded anyway.
What are some alternatives?
When comparing flit.nvim and vim-illuminate you can also consider the following projects:
Vim - The official Vim repository
nvim-treesitter-refactor - Refactor module for nvim-treesitter
leap-spooky.nvim - 👻 Actions at a distance
dotfiles - Home for my dotfiles
leap.nvim - Neovim's answer to the mouse 🦘
LunarVim - 🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.