Skip to content

Commit e8e5303

Browse files
authored
remove trailing bullet points in docs (#62)
* remove trailing bullet point in docs * remove other trailing bullet points
1 parent d12d7c6 commit e8e5303

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

doc/lsp-status.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ config({config}) *lsp-status.config()*
9696
variables are:
9797
`kind_labels` : A map from LSP symbol kinds to label
9898
symbols. Used to decorate the current function name.
99-
Default: `{}`
99+
Default: `{}`
100100
`select_symbol` : A callback of the form
101101
`function(cursor_pos, document_symbol)` that should return
102102
`true` if `document_symbol` (a `DocumentSymbol` ) should be
103-
accepted as the symbol currently containing the cursor.
103+
accepted as the symbol currently containing the cursor.
104104
`current_function`: Boolean, `true` if the current function
105105
should be updated and displayed in the default statusline
106106
component. Shows the current function, method, class,
@@ -113,20 +113,20 @@ config({config}) *lsp-status.config()*
113113
"chunk" of the statusline component (i.e. different diagnostic
114114
groups, messages). Defaults to whitespace.
115115
`indicator_errors` : Symbol to place next to the error count
116-
in `status` . Default: '',
116+
in `status` . Default: '',
117117
`indicator_warnings` : Symbol to place next to the warning
118-
count in `status` . Default: '',
118+
count in `status` . Default: '',
119119
`indicator_info` : Symbol to place next to the info count in
120-
`status` . Default: '🛈',
120+
`status` . Default: '🛈',
121121
`indicator_hint` : Symbol to place next to the hint count in
122-
`status` . Default: '❗',
122+
`status` . Default: '❗',
123123
`indicator_ok` : Symbol to show in `status` if there are no
124-
diagnostics. Default: '',
124+
diagnostics. Default: '',
125125
`spinner_frames` : Animation frames for progress spinner in
126126
`status` . Default: { '⣾', '⣽', '⣻', '⢿', '⡿', '⣟', '⣯', '⣷'
127-
},
127+
},
128128
`status_symbol` : Symbol to start the statusline segment in
129-
`status` . Default: ' 🇻',
129+
`status` . Default: ' 🇻',
130130
`diagnostics` : Boolean, `true` by default. If `false`, the
131131
default statusline component does not include LSP diagnostic
132132
counts.

0 commit comments

Comments
 (0)