SaaSHub helps you find the best software and product alternatives Learn more β
Nvim-navic Alternatives
Similar projects and alternatives to nvim-navic
-
-
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.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
lspsaga.nvim
Discontinued improve neovim lsp experience [Moved to: https://github.com/nvimdev/lspsaga.nvim] (by glepnir)
-
-
-
symbols-outline.nvim
Discontinued A tree like view for symbols in Neovim using the Language Server Protocol. Supports all your favourite languages.
-
-
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
nvim-navic discussion
nvim-navic reviews and mentions
-
What's this type of plugin called? (it shows the structure of code)
This can be done using a statusline plugin like nvim-navic
-
[WIP] A feature-rich, polished, highly customizable winbar, with drop down menu support and multiple backends
Zero-depency, yes, this is not another extension of navic. It does not even depends on nvim-treesitter or nvim-lspconfig, nor do you need to register an 'on_attach' function. as long as treesitter parsers or language servers are intalled correctly, the winbar should start working out of the box
-
what plugin added the breadcrumb/context info to the winbar?
nvim-navic. This option is particularly nice because it also enables using nvim-navbuddy which I have found incredibly useful for navigating large files.
-
Navi: your NeoVim assistant. I made a plugin based on the idea of "natural language first based development". We've got scaffolding of code, edit selected code, review selected code and an in editor chat. Still got ways to go, but the outline is there and it kinda works! :D My first go at plugins
Kudos for writing your first plugin! However, that's a rather poor name choice. There's already a neovim plugin called navi (https://github.com/mattiasbonte/navi.nvim), as well as an old unmaintained vim one (https://github.com/alexvoss/navi), not to mention slight variations like https://github.com/SmiteshP/nvim-navic or https://github.com/taohexxx/navim (the latter again looking unmaintained, but the former being relatively popular).
-
winbar below lualine buffers
Just like this? If yes, you can try lspsaga.nvim, nvim-navic, or barbecue.nvim.
-
Navigation between functions
I also use ]m, but itβs not a very good way to choose and move to functions quickly and with intention. Options include aerial.nvim, symbols-outline.nvim, and the new nvim-navbuddy, from the developer who made nvim-navic.
-
Introducing nvim-navbuddy! A simple popup window that provides breadcrumbs like navigation feature and more!
Paired with my other plugin nvim-navic this completes the breadcrumbs experience that you would typically find in an IDEs like VScode. I hope you all like it :)
-
LuaLine : Global status line AND per window status line?
I use global status line (3) and winbar. I use Nvim-navic so that the winbar shows me my current file name highlighted also shows the path and the context.
-
Newbie Question: Can someone tell me which plugin/module this bar is coming from?
Could also be https://github.com/SmiteshP/nvim-navic
-
What are optional core plugins?
I was trying to activate some optional plugin and found out that it couldn't be enabled using the mentioned config. I checked the github repository and saw that, for example, `SmiteshP/nvim-navic` is not present there. (link to core plugins list in repo).
-
A note from our sponsor - SaaSHub
www.saashub.com | 8 Feb 2025
Stats
SmiteshP/nvim-navic is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of nvim-navic is Lua.