Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →
Vim-illuminate Alternatives
Similar projects and alternatives to vim-illuminate
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
mini.nvim
Library of 40+ independent Lua modules improving overall Neovim (version 0.8 and higher) experience with minimal effort
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
conjure
Interactive evaluation for Neovim (Clojure, Fennel, Janet, Racket, Hy, MIT Scheme, Guile, Python and more!)
-
-
-
-
-
-
-
nvim-lint
An asynchronous linter plugin for Neovim complementary to the built-in Language Server Protocol support.
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
vim-illuminate discussion
vim-illuminate reviews and mentions
-
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.
-
A note from our sponsor - InfluxDB
influxdata.com | 18 Apr 2025
Stats
RRethy/vim-illuminate is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of vim-illuminate is Lua.