Navigator.lua Versions Save

Code analysis & navigation plugin for Neovim. Navigate codes like a breeze🎐 Exploring LSP and 🌲Treesitter symbols a piece of 🍰 Take control like a boss 🦍

v0.4.0

2 years ago

branch out and master will track neovim 0.8

v0.3.2

2 years ago

minor fix and add support for terraform

v0.3.1

2 years ago

Bug fix for 0.3.0 The neovim 0.5 and 0.6.0 support will be tagged as 0.3.x It will be branch out as neovim_0.6

v0.3.0

2 years ago
  • Updates for lsp_installer new API
  • Breaking changes from neovim 0.7
    • offset_encoding
    • close_preview_autocmd removed
    • DiagnosticsChanged
    • bufnr can not be nil
  • Use notify to replace info/error/warn/print
  • New API: async_reference (similar to LSP saga: Async Lsp Finder)
  • Integrate ui.select, ui.input from guihua.gui
  • prevent reference/def/... get multiple results from different lsp

v0.2.2

2 years ago

symbol preview with treesitter scope/context new code action shows the changes been made

v0.2.1

2 years ago

Neovim 0.6.x support Threading with luv Code action improvement Supporting Codelens Better incoming/outgoing calls Multiple lsp loading

v0.2.0

2 years ago

Based on pre-release 0.2 Add efm support. Bugfix and document clean up.

v0.2-pre

2 years ago
  • Allow edit in floating windows
  • Treesitter context
  • MS windows support
  • Preview improvement (border, highlight)
  • Improve lsp client setup and plugin startup time
  • Impove setting for debounce
  • Impove on_attach hook
  • ccls call hierarchy