view dot_Brewfile @ 323:3b25f3aa7014

Use efm folders to store efm configuration per language To add a language configuration: - create a file under lua/efm/<filetype>.lua - require the langauges table from efm/languages - add the configuration
author zegervdv <zegervdv@me.com>
date Mon, 21 Dec 2020 17:16:16 +0100
parents b2c21071a5ef
children 408d9c64c87a
line wrap: on
line source

tap "homebrew/bundle"
tap "homebrew/cask"
tap "homebrew/core"
tap "universal-ctags/universal-ctags"
brew "bat"
brew "fd"
brew "mercurial"
brew "mosh", args: ["HEAD"]
brew "neovim", args: ["HEAD"]
brew "ripgrep"
brew "rust"
brew "scc"
brew "universal-ctags/universal-ctags/universal-ctags", args: ["HEAD"]