mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-24 17:58:30 +02:00
docs: gcc is required by nvim-treesitter
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
llvmPackages.clang-unwrapped # c/c++ tools with clang-tools such as clanvimPlugins.nvim-treesitter-parsers.vuegd
|
llvmPackages.clang-unwrapped # c/c++ tools with clang-tools such as clanvimPlugins.nvim-treesitter-parsers.vuegd
|
||||||
lldb
|
lldb
|
||||||
# c/c++ compiler, required by nvim-treesitter!
|
# 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
|
gcc
|
||||||
|
|
||||||
#-- python
|
#-- python
|
||||||
|
|||||||
Reference in New Issue
Block a user