Skip to content

Commit

Permalink
Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Jun 1, 2024
1 parent f6e03bd commit d4d6614
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,25 @@ if vim.g.neovide then
end
```

You can also query the version with:

```vim
echo g:neovide_version
```

Lua:

```lua
vim.print(vim.g.neovide_version)
```

Or inspect the more detailed channel information:

Lua:
```lua

Check failure on line 46 in website/docs/configuration.md

View workflow job for this annotation

GitHub Actions / Lint website

Fenced code blocks should be surrounded by blank lines [Context: "```lua"]
lua vim.print(vim.api.nvim_get_chan_info(vim.g.neovide_channel_id))
```

### Display

#### Font
Expand Down

0 comments on commit d4d6614

Please sign in to comment.