mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
6 lines
181 B
Bash
6 lines
181 B
Bash
|
|
choco install neovim --pre
|
||
|
|
mkdir -p ~/AppData/Local/nvim/pack/nvim-treesitter/start
|
||
|
|
mkdir -p ~/AppData/Local/nvim-data
|
||
|
|
cp -r $(pwd) ~/AppData/Local/nvim/pack/nvim-treesitter/start
|
||
|
|
|