Skip to content

Commit

Permalink
Fix website linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fredizzimo committed Oct 23, 2024
1 parent ce59993 commit 1c95018
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ The other variables configure the shadow in various ways:
- `g:neovide_light_radius` sets the radius of the casting light

#### Floating Corner Radius

VimScript:

```vim
Expand All @@ -314,8 +315,8 @@ Lua:
vim.g.neovide_floating_corner_radius = 0.0
```

Setting `g:neovide_floating_corner_radius` to 0.0 will disable the corner radius.
The value of floating_corner_radius ranges from 0.0 to 1.0, representing a percentage of the line height.
Setting `g:neovide_floating_corner_radius` to 0.0 will disable the corner radius. The value of
floating_corner_radius ranges from 0.0 to 1.0, representing a percentage of the line height.

#### Transparency

Expand Down

0 comments on commit 1c95018

Please sign in to comment.