We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8dc079 commit c36b95bCopy full SHA for c36b95b
clients/lsp-nix.el
@@ -56,7 +56,7 @@
56
57
(lsp-register-client
58
(make-lsp-client :new-connection (lsp-stdio-connection (lambda () lsp-nix-nixd-server-path))
59
- :major-modes '(nix-mode)
+ :major-modes '(nix-mode nix-ts-mode)
60
:server-id 'nixd-lsp
61
:priority -1))
62
lsp-mode.el
@@ -938,7 +938,7 @@ Changes take effect only when a new session is started."
938
(robot-mode . "robot")
939
(racket-mode . "racket")
940
(nix-mode . "nix")
941
- (nix-ts-mode . "Nix")
+ (nix-ts-mode . "nix")
942
(prolog-mode . "prolog")
943
(vala-mode . "vala")
944
(actionscript-mode . "actionscript")
0 commit comments