Perfect ALARM Mk2: Installation Part 4

This page summarizes the projects mentioned and recommended in the original post on /r/archlinuxarm

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. neovim

    Vim-fork focused on extensibility and usability

    Neovim (nvim) claims to be the next generation of Vim. In some ways it is, but in others its a little more advanced. For instance, according to the Neovim Github repo, much of Neovim is written in Lua and Python where Vim is mostly written in C.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. ruby

    The Ruby Programming Language

    Vim does have a couple of optional dependencies that are useful. We've already installed Python, Lua, and Perl. Let's take care of Ruby and Tcl.

  4. jq

    Discontinued Command-line JSON processor [Moved to: https://github.com/jqlang/jq] (by stedolan)

    Another quick thing we should probably do is install jq. jq is probably one of the greatest text manipulation programs since sed and awk were created. It is useful of you are trying to browse through .json files. Perl has something similar, perl-json for an export add on. We should get that while we are here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Neovim 0.11 Is Here

    1 project | news.ycombinator.com | 26 Mar 2025
  • Setting Up Neovim for Automad Theme Development

    4 projects | dev.to | 26 Mar 2025
  • How to turn NEOVIM into an IDE-like code editor in NIXOS?

    3 projects | dev.to | 24 Mar 2025
  • Using Neovim on OpenWRT

    2 projects | dev.to | 7 Mar 2025
  • ⛏️How to Compile and Install Neovim on Debian

    1 project | dev.to | 5 Mar 2025

Did you know that Vim Script is
the 31st most popular programming language
based on number of references?