nvim: Set CC
This commit is contained in:
parent
bebf257625
commit
9521ebc564
1 changed files with 3 additions and 0 deletions
|
@ -25,11 +25,14 @@ in
|
||||||
withPython3 = false;
|
withPython3 = false;
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
let $CC = '${pkgs.clang}/bin/cc'
|
||||||
|
|
||||||
lua require('impatient')
|
lua require('impatient')
|
||||||
lua require('nix_init')
|
lua require('nix_init')
|
||||||
'';
|
'';
|
||||||
|
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
|
clang
|
||||||
nodejs-16_x
|
nodejs-16_x
|
||||||
tree-sitter
|
tree-sitter
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue