mirror of
https://github.com/mistricky/codesnap.nvim.git
synced 2024-12-27 03:46:29 +00:00
[Doc] change the null
to nil
in Lua code snippet (#113)
This commit is contained in:
parent
6367c2d41b
commit
48aa5497b4
1 changed files with 1 additions and 1 deletions
|
@ -331,7 +331,7 @@ CodeSnap allows you to customize the padding of background using `bg_x_padding`,
|
|||
require("codesnap").setup({
|
||||
bg_x_padding = 122,
|
||||
bg_y_padding = 82,
|
||||
bg_padding = null
|
||||
bg_padding = nil
|
||||
})
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue