From e81c74c0c2793703e8a7a403c533dac28ca04e5f Mon Sep 17 00:00:00 2001 From: Dylan Pinn Date: Tue, 13 Aug 2024 00:40:01 +1000 Subject: [PATCH] Use neovim from source --- homebrew/personal.Brewfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/homebrew/personal.Brewfile b/homebrew/personal.Brewfile index 2c0b2825a..a363a2992 100644 --- a/homebrew/personal.Brewfile +++ b/homebrew/personal.Brewfile @@ -24,6 +24,8 @@ brew "jq" brew "lua-language-server" # Tool for linting and static analysis of Lua code brew "luacheck" +# Package manager for the Lua programming language +brew "luarocks" # Macro processing language brew "m4", link: true # Mac App Store command-line interface @@ -31,7 +33,7 @@ brew "mas" # Polyglot runtime manager (asdf rust clone) brew "mise" # Ambitious Vim-fork focused on extensibility and agility -brew "neovim" +brew "neovim", args: ["HEAD"] # Search tool like grep and The Silver Searcher brew "ripgrep" # Static analysis and lint tool, for (ba)sh scripts