Download Latest Version v4.2.0 source code.tar.gz (97.6 kB)
Email in envelope

Get an email when there's a new version of nvimdots

Home / v4.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-06-05 2.4 kB
v4.2.0 source code.tar.gz 2025-06-05 97.6 kB
v4.2.0 source code.zip 2025-06-05 152.1 kB
Totals: 3 Items   252.1 kB 0

Summary

This release is mainly for some siginificant features and enhancement, including AI chat and find with fzf to speed up.

New features

  • We introduced the AI chat functionality with codecompanion.nvim and openrouter, details about how to use it can be found in lua/settings.lua.
  • We supported using fzf-lua to search files, patterns and symbols to speed up for huge repo. Of course, telescope is enough for most cases, so we make the default search backend as telescope.
  • We redesigned the editor ui layout. Specifically, filetree and symbols outline are both on the left side now. AI chat sidebar will be shown on the right side.

Other changes

  • Lsp progress will be shown in the lualine to avoid potenial occlusion of fidget.
  • Native lsp api is used to configure lsp servers (instead of rely on mason).
  • Stop clone submodule of rainbow-delimiters.nvim to avoid installation failed.
  • <leader>fr and <leader>fR is used to resume last search of telescope and fzf-lua respectively to save time.

What's Changed

Full Changelog: https://github.com/ayamir/nvimdots/compare/v4.1.0...v4.2.0

Source: README.md, updated 2025-06-05