Working on nvim lsp, and rearranged global gitconfig

This commit is contained in:
2021-12-12 11:12:54 -05:00
parent a61b885892
commit 2c0b2f9493
6 changed files with 253 additions and 17 deletions

View File

@@ -6,10 +6,11 @@ tap "homebrew/cask-fonts"
cask_args appdir: "~/Applications", require_sha: true
# formula
brew "fd"
brew "fd" # required for some neovim plugins
brew "git"
brew "mas"
brew "neovim"
brew "node" # required for some LSP servers in neovim
brew "ripgrep"
brew "stow"
brew "swift-format"