mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
7 lines
216 B
Bash
7 lines
216 B
Bash
brew update
|
|
brew install llvm --HEAD
|
|
brew install neovim --HEAD
|
|
brew install tree-sitter
|
|
mkdir -p ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
|
ln -s $(pwd) ~/.local/share/nvim/site/pack/nvim-treesitter/start
|
|
|