Best of Vim โ€” July 2025

  1. 1
    Article
    Avatar of shaafShaafยท44w

    Neovim for Java Developers: A Match is made ๐Ÿš€

    A comprehensive guide to setting up Neovim as a Java development environment, featuring the neovim4j configuration repository. Covers essential plugins like nvim-java for testing and debugging, telescope for fuzzy search, and LSP configuration for code completion. Includes AI integration with GitHub Copilot and ChatGPT, along with practical keybindings and setup instructions for Java developers transitioning from traditional IDEs.

  2. 2
    Video
    Avatar of breadonpenguinsBread on Penguinsยท45w

    Upgrading my Neovim config with some awesome new plugins

    A developer shares their experience upgrading their Neovim configuration with several new plugins. The main additions include a markdown rendering plugin that displays formatted markdown inline, a number toggle plugin for relative line numbers, Twilight for dimming surrounding code context, and several other productivity plugins like URL aggregation and ASCII diagram drawing tools. The author emphasizes keeping configurations minimal while showcasing useful plugins that others might find valuable for their workflows.

  3. 3
    Video
    Avatar of developedbyeddevelopedbyedยท45w

    I am growing to like Vim more every day

    A developer shares their positive experience transitioning from VS Code to Neovim after six months of use. The post demonstrates Vim's motion-based editing system, showing how commands like 'change inside quotes' and 'delete around parentheses' create intuitive text manipulation workflows. Key features highlighted include the composable nature of Vim commands, natural finger positioning for navigation, and plugins like mini-surround that extend functionality. The author emphasizes how Vim's learning curve becomes rewarding once the motion system clicks, making other editors feel slow in comparison.