Closed nikitavoloboev closed 3 months ago
It's in my shell. So I am confused why it is happening.
My settings in vscode:
"nix.enableLanguageServer": true, "nix.serverPath": "nil", "nix.formatterPath": "~/.flox/run/aarch64-darwin.default/bin/nixfmt", "nix.serverSettings": { "nil": { "diagnostics": { "ignored": ["unused_binding", "unused_with"] }, "formatting": { "command": ["nixpkgs-fmt"] } } },
I see how to hardcode path to formatter but not lsp.
even added it to ~/.profile, still breaking
~/.profile
Also getting this:
ok solved it, it was not in my path with the way I opened the editor
It's in my shell. So I am confused why it is happening.
My settings in vscode:
I see how to hardcode path to formatter but not lsp.