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_definition (:enabled t)
|
||||||
:jedi_hover (:enabled t)))
|
:jedi_hover (:enabled t)))
|
||||||
:nil
|
:nil
|
||||||
( :nil
|
( :nix
|
||||||
( :nix
|
( :maxMemoryMB nil
|
||||||
( :flake
|
:flake
|
||||||
( :autoArchive t
|
( :autoArchive t
|
||||||
:autoEvalInputs t
|
:autoEvalInputs t
|
||||||
:nixpkgsInputName "nixpkgs")))))))
|
:nixpkgsInputName "nixpkgs"))))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Apheleia formatting
|
* Apheleia formatting
|
||||||
|
|
Loading…
Reference in a new issue