We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487e197 commit fc78382Copy full SHA for fc78382
docs/commons_buffers.md
@@ -10,9 +10,7 @@ The compatible Neovim APIs for nvim buffers.
10
11
Get buffer option.
12
13
-```lua
14
-function get_buf_option(bufnr:integer, name:string):any
15
-```
+https://github.com/linrongbin16/commons.nvim/blob/487e197fe8ce9db28aec656df43df1c712710fac/lua/commons/buffers.lua#L3-L6
16
17
Parameters:
18
@@ -27,9 +25,7 @@ Returns:
27
25
28
26
Set buffer option value.
29
30
31
-function set_buf_option(bufnr:integer, name:string, value:any):any
32
+https://github.com/linrongbin16/commons.nvim/blob/487e197fe8ce9db28aec656df43df1c712710fac/lua/commons/buffers.lua#L14-L17
33
34
35
0 commit comments