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;
|
||||
|
||||
extraConfig = ''
|
||||
let $CC = '${pkgs.clang}/bin/cc'
|
||||
|
||||
lua require('impatient')
|
||||
lua require('nix_init')
|
||||
'';
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
clang
|
||||
nodejs-16_x
|
||||
tree-sitter
|
||||
|
||||
|
|
Loading…
Reference in a new issue