remove deprecate

This commit is contained in:
Rongbin Lin 2023-03-07 22:42:58 +08:00
parent 9c0cf47587
commit 1601221829
4 changed files with 474 additions and 481 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*.lua]
end_of_line = lf
insert_final_newline = false
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 4

View file

@ -1,4 +1,4 @@
column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
indent_width = 4

View file

@ -80,15 +80,6 @@ require('lsp-progress').setup({
--- Spinning update time in milliseconds.
spin_update_time = 200,
--- Indicate if there's any lsp server active on current buffer.
-- Icon: nf-fa-gear(\uf013).
-- Notice: this config is deprecated.
sign = " LSP",
--- Seperate multiple messages in one statusline.
-- Notice: this config is deprecated.
seperator = " ",
--- Last message is cached in decay time in milliseconds.
-- Messages could be really fast, appear and disappear in an instant, so
-- here cache the last message for a while for user view.

File diff suppressed because it is too large Load diff