Best of lsp2024

  1. 1
    Article
    Avatar of rubylaRUBYLAND·2y

    A decade of vim

    A post reflecting on the author's 10 years of using vim, including the switch to neovim, the use of Lua for config, and the transition from ctags to LSP.

  2. 2
    Article
    Avatar of lobstersLobsters·2y

    helix/CHANGELOG.md at master · helix-editor/helix

    The latest release of Helix Editor includes contributions from 160 developers. Key updates include new features like a textobject for list-like entries and a picker for VCS-changed files. Commands have been added or improved for better usability, like `select_all_siblings` and enhanced `goto_file` detection. Usability improvements also feature better popup positioning and auto-saving buffers. Numerous bugs were fixed, especially around LSP integration and terminal behavior. New themes and language supports have been introduced or updated, ensuring a more versatile and stable editing experience.

  3. 3
    Article
    Avatar of lobstersLobsters·2y

    What's New in Neovim 0.10

    Neovim 0.10 introduces new features, a new default colorscheme, enhancements in the terminal UI, support for LSP inlay hints, a Tree-sitter query editor, and more.

  4. 4
    Video
    Avatar of primeagenThePrimeTime·2y

    Vim vs Neovim

    A comparison between Vim and Neovim, highlighting the advantages of choosing Neovim including its native LSP client, Tree-sitter for syntax highlighting, and the use of Lua for scripting.

  5. 5
    Video
    Avatar of communityCommunity Picks·2y

    How to Vim in 2023: Tips and Tricks

    Learn how to use Vim effectively, configure LSP, use telescope for file navigation, resolve a merge conflict in Git, and more.