diff options
Diffstat (limited to 'compile/nvim.sh')
| -rwxr-xr-x | compile/nvim.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile/nvim.sh b/compile/nvim.sh index ac669ac..be7903c 100755 --- a/compile/nvim.sh +++ b/compile/nvim.sh @@ -25,6 +25,7 @@ nvimdir="${codedir}/nvim" # Then cargo for tree-sitter-cli... # cargo install tree-sitter-cli # Also add ~/.cargo/bin to your path when you're done. +# useful for clangd: `pkg_add bear spdlog` if ! [ -d "$nvimdir" ] ; then git clone https://github.com/neovim/neovim "$nvimdir" |
