Skip to content

Commit 54eb8b0

Browse files
authored
Merge pull request #133 from MikaelFangel/disable-gcc
fix!: disable gcc for treesitter
2 parents 0c6ff04 + 75ac732 commit 54eb8b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/treesitter.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
plugins = {
33
treesitter = {
44
enable = true;
5+
gccPackage = null;
56
nixGrammars = true;
67
settings = {
78
highlight.enable = true;

0 commit comments

Comments
 (0)