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 28b21c8 commit 1b13d7cCopy full SHA for 1b13d7c
clients/lsp-nix.el
@@ -93,6 +93,18 @@
93
:group 'lsp-nix-nil
94
:lsp-path "nil.diagnostics.excludedFiles"
95
:package-version '(lsp-mode . "8.0.1"))
96
+(lsp-defcustom lsp-nix-nil-max-mem 10000
97
+ "Max Memory MB"
98
+ :type 'number
99
+ :group 'lsp-nix-nil
100
+ :lsp-path "nil.nix.maxMemoryMB"
101
+ :package-version '(lsp-mode . "8.0.1"))
102
+(lsp-defcustom lsp-nix-nil-auto-eval-inputs t
103
+ "Auto Eval Inputs"
104
+ :type 'boolean
105
106
+ :lsp-path "nil.nix.flake.autoEvalInputs"
107
108
109
(lsp-register-client
110
(make-lsp-client :new-connection (lsp-stdio-connection (lambda () lsp-nix-nil-server-path))
0 commit comments