Skip to content

Commit fc78382

Browse files
authored
docs(signature): use permlink (#71)
1 parent 487e197 commit fc78382

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/commons_buffers.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ The compatible Neovim APIs for nvim buffers.
1010

1111
Get buffer option.
1212

13-
```lua
14-
function get_buf_option(bufnr:integer, name:string):any
15-
```
13+
https://github.com/linrongbin16/commons.nvim/blob/487e197fe8ce9db28aec656df43df1c712710fac/lua/commons/buffers.lua#L3-L6
1614

1715
Parameters:
1816

@@ -27,9 +25,7 @@ Returns:
2725

2826
Set buffer option value.
2927

30-
```lua
31-
function set_buf_option(bufnr:integer, name:string, value:any):any
32-
```
28+
https://github.com/linrongbin16/commons.nvim/blob/487e197fe8ce9db28aec656df43df1c712710fac/lua/commons/buffers.lua#L14-L17
3329

3430
Parameters:
3531

0 commit comments

Comments
 (0)