aboutsummaryrefslogtreecommitdiff
path: root/compile
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2025-12-29 12:15:45 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2025-12-29 12:15:45 -0500
commit43699bab064292ce6f305f970aad2e0881e64b72 (patch)
tree754b748a3c5ebdbb6727449d31bdb2943130461f /compile
parent89219df14386c10bcae4f20430013565fa4436e2 (diff)
downloaddotfiles-43699bab064292ce6f305f970aad2e0881e64b72.tar.gz
dotfiles-43699bab064292ce6f305f970aad2e0881e64b72.tar.xz
Add a note about bear and spdlog
Diffstat (limited to 'compile')
-rwxr-xr-xcompile/nvim.sh1
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"