feat: Use Neovim HEAD

This commit is contained in:
2024-04-28 15:07:09 -04:00
parent 4ace3901c7
commit ed7baf2a81
3 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ gh
git
gnupg
golang
lua-language-server
nodenv
nodenv/nodenv/nodenv-default-packages
pinentry-mac

View File

@@ -9,6 +9,7 @@ fi
echo "Installing dependencies from Homebrew"
brew install -q $(< ./dependencies/homebrew.txt)
echo "Installing Neovim HEAD"
brew install -q neovim --HEAD
echo "Installing rbenv plugins"

View File

@@ -1,5 +1,4 @@
return {
{ 'kepano/flexoki-neovim', name = 'flexoki', lazy = false },
'mbbill/undotree',
'f-person/git-blame.nvim',
'nvim-lua/plenary.nvim',