Skip to content

Releases: DeadlySquad13/NeoVim_config

Regular update, mainly keymappings & search organization

30 Jun 11:51
1a5c52c
Compare
Choose a tag to compare

Regular update with focus on keymappings, search, search&replace and substitute organization:

  • Lsp enhancements (code lens via glance, better tooltips and diagnostics).
  • Easier cd management: after cd you can trigger actions that are usually used after cd.
  • TextObjects fixes and enhancements.
  • Movement fixes and enhancements.
  • Aerojump for better searching.
  • Marks.nvim keymappings.
  • Venv name in statusline via swenv.
  • Json and Yaml lsps.
  • Quickfix and tab hydra modes and keymappings.
  • Gitblame.
  • Better folds, smart fold on file open.
  • Replacement, search, search&replace and substitute keymappings organized.
  • Zoxide integration.
  • Docker, vim and vimdoc parsers.
  • Firenvim integration returned.

Layout Universal Keymappings

31 May 11:31
Compare
Choose a tag to compare

Added experimental support via langmaps and langmapper plugin. Ru keymappings are only partially supported: overrides from which-key are not mapped.

Lazy

31 May 11:12
d5675fa
Compare
Choose a tag to compare

Migration to Lazy based infrastructure for better startup time.

Editing and Keymappings enhancements

12 Mar 17:21
Compare
Choose a tag to compare
v1.2.0

[Enh](Recorder): Changed keymapping for breakpoint.

Navigation and search

01 Feb 22:15
a30367a
Compare
Choose a tag to compare

Added huge navigation and search plugins: sj, leap and syntax-tree-surfer.

Layer system

17 Jan 19:29
Compare
Choose a tag to compare

Low level config and high level config (user's) according to layer system a.k.a. Emacs projects.