Fix nil config
This commit is contained in:
parent
715a9d2b7d
commit
6d53401e3d
|
@ -89,12 +89,12 @@ Set treesit to fontify all elements, default was 3 (out of 4)
|
|||
:jedi_definition (:enabled t)
|
||||
:jedi_hover (:enabled t)))
|
||||
:nil
|
||||
( :nil
|
||||
( :nix
|
||||
( :flake
|
||||
( :autoArchive t
|
||||
:autoEvalInputs t
|
||||
:nixpkgsInputName "nixpkgs")))))))
|
||||
( :nix
|
||||
( :maxMemoryMB nil
|
||||
:flake
|
||||
( :autoArchive t
|
||||
:autoEvalInputs t
|
||||
:nixpkgsInputName "nixpkgs"))))))
|
||||
#+end_src
|
||||
|
||||
* Apheleia formatting
|
||||
|
|
Loading…
Reference in a new issue