fix(nix): configure nil in lsp-mode
This commit is contained in:
parent
5336391396
commit
2ee866b655
1 changed files with 3 additions and 1 deletions
|
@ -262,7 +262,9 @@ Enabling Emacs-LSP to use LSPs, I am very dry on syntax highlighters right now.
|
|||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package nix-ts-mode
|
||||
:mode "\\.nix\\'")
|
||||
|
||||
(use-package lsp-mode
|
||||
:custom
|
||||
(lsp-nix-nil-auto-eval-inputs nil))
|
||||
#+END_SRC
|
||||
*** Rust
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue