Skip to content

Commit

Permalink
Use neovim from source
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanpinn committed Aug 12, 2024
1 parent e9000c4 commit e81c74c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion homebrew/personal.Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,16 @@ 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
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
Expand Down

0 comments on commit e81c74c

Please sign in to comment.