diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-29 12:15:45 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2025-12-29 12:15:45 -0500 |
| commit | 43699bab064292ce6f305f970aad2e0881e64b72 (patch) | |
| tree | 754b748a3c5ebdbb6727449d31bdb2943130461f /compile/nvim.sh | |
| parent | 89219df14386c10bcae4f20430013565fa4436e2 (diff) | |
| download | dotfiles-43699bab064292ce6f305f970aad2e0881e64b72.tar.gz dotfiles-43699bab064292ce6f305f970aad2e0881e64b72.tar.xz | |
Add a note about bear and spdlog
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" |
