Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed May 28, 2024
1 parent b05abf3 commit b6e3393
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nixd/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ nvim_lsp.nixd.setup({
// This expression will be interpreted as "nixpkgs" toplevel
// Nixd provides package, lib completion/information from it.
///
// Resouces Usage: Entries are lazily evaluated, entire nixpkgs takes 200~300MB for just "names".
// Resource Usage: Entries are lazily evaluated, entire nixpkgs takes 200~300MB for just "names".
/// Package documentation, versions, are evaluated by-need.
"expr": "import <nixpkgs> { }"
},
Expand All @@ -135,9 +135,9 @@ nvim_lsp.nixd.setup({
// Tell the language server your desired option set, for completion
// This is lazily evaluated.
"options": { // Map of eval information
// If this is ommited, default search path (<nixpkgs>) will be used.
"nixos": { // This name "nixos" could be arbitary.
// The expression to eval, intepret it as option declarations.
// If this is omitted, default search path (<nixpkgs>) will be used.
"nixos": { // This name "nixos" could be arbitrary.
// The expression to eval, interpret it as option declarations.
"expr": "(builtins.getFlake \"/home/lyc/flakes\").nixosConfigurations.adrastea.options"
},

Expand Down

0 comments on commit b6e3393

Please sign in to comment.