Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.59 KB

README.md

File metadata and controls

61 lines (40 loc) · 1.59 KB

lazy-idea

LazyVim key mappings for JetBrains IDEs. Making IdeaVim feel like home.

Prerequisites

Required plugins from the JetBrains Marketplace:

Installation

  1. Copy the .ideavimrc file from this repository to your home directory:

    # Unix/Linux/macOS
    ~/.ideavimrc
    
    # Windows
    C:\Users\YourUsername\.ideavimrc
  2. Restart your JetBrains IDE

Development

Notes and Caveats

Roadmap

  • Add Which-Key labels for all mappings
  • Test all mappings side-by-side with LazyVim
  • Compare Which-Key popups with LazyVim
  • Improve Todo comments functionality

Future Considerations

Potential integrations with LazyVim features:

  • Flash
  • Noice
  • Trouble
  • Mini.diff
  • Harpoon
  • Outline
  • Markdown Preview

Issues and Limitations

  • Local leader key mappings are not currently supported by IdeaVim
  • Some LazyVim features don't have direct equivalents in JetBrains IDEs

Credits