Skip to content

2022-11-04

Compare
Choose a tag to compare
@Avimitin Avimitin released this 04 Nov 05:21
· 797 commits to master since this release

ADDED:

  • Completion
    • Add signature completion to indicate the parameters
    • Add command line lsp symbol search completion
      Kapture.2021-10-28.at.01.48.45.mp4
  • Enhancement
    • Add hlslens to indicate the search context
      hlslens-demo.mp4
    • Add scrollbar to indicate the LSP status
  • Document
    • Add README.md for each sub-directory

CHANGED:

  • option: set lazyredraw to true, to have responsive pop up menu
  • terminal: replace normal mode keymap to <A-;>
  • terminal: add ability to spawn multiple terminal

    Press number + _ to spawn different terminal. For example _ spawn the first terminal, then 2_ spawn the second terminal.

  • git: use same icon for git add/change
  • notify: truncate message when the string length is larger than 72