Skip to content

Commit 249bf00

Browse files
committed
docs(components.lsp_servers): mention async attribute
1 parent 4f1c95b commit 249bf00

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

doc/bareline.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,10 @@ Type ~
382382
*bareline.components.lsp_servers*
383383
`bareline.components.lsp_servers`
384384
LSP servers.
385+
386+
Attritubes:
387+
• async
388+
385389
The LSP servers attached to the current buffer.
386390
Mockup: `[lua_ls]`
387391
Type ~

lua/bareline.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -696,6 +696,10 @@ bareline.components.git_head =
696696
local component_lsp_servers_var_name = "bareline_lsp_servers"
697697

698698
--- LSP servers.
699+
---
700+
--- Attritubes:
701+
--- * async
702+
---
699703
--- The LSP servers attached to the current buffer.
700704
--- Mockup: `[lua_ls]`
701705
---@type BareComponent

0 commit comments

Comments
 (0)