Skip to content

Commit

Permalink
fix: reduce nix docstring length (emacs-lsp#4596)
Browse files Browse the repository at this point in the history
  • Loading branch information
breitnw authored Oct 25, 2024
1 parent 49da7d1 commit 78c194d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clients/lsp-nix.el
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
search path (`<nixpkgs>`) will be used.
Example:
`\"(builtins.getFlake \"/home/lyc/flakes\").nixosConfigurations.adrastea.options\"`"
`\"(builtins.getFlake \"/home/nb/nix\").nixosConfigurations.mnd.options\"`"
:type 'string
:group 'lsp-nix-nixd
:lsp-path "nixd.options.nixos.expr"
Expand All @@ -91,7 +91,7 @@
"Option set for home-manager option completion.
Example:
`\"(builtins.getFlake \"/home/lyc/flakes\").nixosConfigurations.adrastea.options\"`"
`\"(builtins.getFlake \"/home/nb/nix\").homeConfigurations.\"nb@mnd\".options\"`"
:type 'string
:group 'lsp-nix-nixd
:lsp-path "nixd.options.home-manager.expr"
Expand Down

0 comments on commit 78c194d

Please sign in to comment.