diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-08-30 07:43:00 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-08-30 07:43:00 -0700 |
| commit | eaab19f69cb6e575fc7f7017d33473a5b1f3b285 (patch) | |
| tree | 785e7d54ae7de7ec47f05837a15bd04570a4ac8c | |
| parent | add settings for just files (diff) | |
| download | emacs.d-eaab19f69cb6e575fc7f7017d33473a5b1f3b285.tar.gz | |
switch LSP for nix
| -rw-r--r-- | config/init-programming.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/init-programming.el b/config/init-programming.el index 5d1f1aa..25c7008 100644 --- a/config/init-programming.el +++ b/config/init-programming.el @@ -85,7 +85,7 @@ :matcher "CaseSensitive"))) ;; uses https://github.com/nix-community/nixd for the LSP server instead of rnix - (add-to-list 'eglot-server-programs '(nix-mode . ("nixd")))) + (add-to-list 'eglot-server-programs '(nix-mode . ("nil")))) ;;; go related configuration (use-package go-mode |
