@@ -96,11 +96,11 @@ config({config}) *lsp-status.config()*
96
96
variables are:
97
97
• `kind_labels` : A map from LSP symbol kinds to label
98
98
symbols. Used to decorate the current function name.
99
- Default: `{}` •
99
+ Default: `{}`
100
100
• `select_symbol` : A callback of the form
101
101
`function(cursor_pos, document_symbol)` that should return
102
102
`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.
104
104
• `current_function` : Boolean, `true` if the current function
105
105
should be updated and displayed in the default statusline
106
106
component. Shows the current function, method, class,
@@ -113,20 +113,20 @@ config({config}) *lsp-status.config()*
113
113
"chunk" of the statusline component (i.e. different diagnostic
114
114
groups, messages). Defaults to whitespace.
115
115
• `indicator_errors` : Symbol to place next to the error count
116
- in `status` . Default: '',•
116
+ in `status` . Default: '',
117
117
• `indicator_warnings` : Symbol to place next to the warning
118
- count in `status` . Default: '',•
118
+ count in `status` . Default: '',
119
119
• `indicator_info` : Symbol to place next to the info count in
120
- `status` . Default: '🛈',•
120
+ `status` . Default: '🛈',
121
121
• `indicator_hint` : Symbol to place next to the hint count in
122
- `status` . Default: '❗',•
122
+ `status` . Default: '❗',
123
123
• `indicator_ok` : Symbol to show in `status` if there are no
124
- diagnostics. Default: '',•
124
+ diagnostics. Default: '',
125
125
• `spinner_frames` : Animation frames for progress spinner in
126
126
`status` . Default: { '⣾', '⣽', '⣻', '⢿', '⡿', '⣟', '⣯', '⣷'
127
- },•
127
+ },
128
128
• `status_symbol` : Symbol to start the statusline segment in
129
- `status` . Default: ' 🇻',•
129
+ `status` . Default: ' 🇻',
130
130
• `diagnostics` : Boolean, `true` by default. If `false` , the
131
131
default statusline component does not include LSP diagnostic
132
132
counts.
0 commit comments