eglot add nil config options
This commit is contained in:
parent
c71d2604b9
commit
9a96076f0a
|
@ -87,7 +87,14 @@ Set treesit to fontify all elements, default was 3 (out of 4)
|
||||||
:include_function_objects t
|
:include_function_objects t
|
||||||
:fuzzy t)
|
:fuzzy t)
|
||||||
:jedi_definition (:enabled t)
|
:jedi_definition (:enabled t)
|
||||||
:jedi_hover (:enabled t))))))
|
:jedi_hover (:enabled t)))
|
||||||
|
:nil
|
||||||
|
( :nil
|
||||||
|
( :nix
|
||||||
|
( :flake
|
||||||
|
( :autoArchive t
|
||||||
|
:autoEvalInputs t
|
||||||
|
:nixpkgsInputName "nixpkgs")))))))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* Apheleia formatting
|
* Apheleia formatting
|
||||||
|
|
Loading…
Reference in a new issue