Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Apr 27, 2024
1 parent 7251541 commit b3515c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nixd/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ nvim_lsp.nixd.setup({

### Configuration overview

> Note: This annotated json are under the key "nixd". If you don't know what does exactly this mean please see editor examples above.
> [!NOTE]
> This annotated json are under the key "nixd". If you don't know what does exactly this mean please see editor examples above.
```jsonc
{
Expand Down
3 changes: 2 additions & 1 deletion nixd/docs/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ ninja -C build install

Then you can lauch an editor to quick test nixd, under `local/install/bin`.

> Note: `nixd` cannot be properly launched from "build" directory (i.e. it requires installation for editor testing).
> [!WARNING]
> `nixd` cannot be properly launched from "build" directory (i.e. it requires installation for editor testing).
To run unit/regression test, invoke:

Expand Down

0 comments on commit b3515c9

Please sign in to comment.