From 43699bab064292ce6f305f970aad2e0881e64b72 Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 29 Dec 2025 12:15:45 -0500 Subject: Add a note about bear and spdlog --- compile/nvim.sh | 1 + 1 file changed, 1 insertion(+) 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" -- cgit v1.2.3