view dot_Brewfile @ 319:b93f12d23fbd

Rename init.lua to config.lua init.lua is now automatically sourced, and runs before init.vim causing issues like lspconfig that cannot be found. Renaming to something that will not be sourced automatically and manually load it from init.vim when all plugins are loaded
author Zeger Van de Vannet <zegervdv@me.com>
date Thu, 17 Dec 2020 17:49:14 +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"]