docs: gcc is required by nvim-treesitter

This commit is contained in:
Ryan Yin
2024-01-07 22:09:16 +08:00
parent ede2763756
commit 2d08fd3cb7

View File

@@ -9,7 +9,7 @@
llvmPackages.clang-unwrapped # c/c++ tools with clang-tools such as clanvimPlugins.nvim-treesitter-parsers.vuegd
lldb
# c/c++ compiler, required by nvim-treesitter!
# gcc has to be installed after clang, so that `cc` will be gcc instead of clang(on macOS)
# to avoid conflicts, you can comment clang-unwrapped first to compile all nvim-treesitter-parsers.
gcc
#-- python