mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
refactor: sort various Lua tables in src/ alphabetically (#30977)
This commit is contained in:
@@ -73,10 +73,10 @@ return {
|
||||
'InsertLeavePre', -- just before leaving Insert mode
|
||||
'LspAttach', -- after an LSP client attaches to a buffer
|
||||
'LspDetach', -- after an LSP client detaches from a buffer
|
||||
'LspRequest', -- after an LSP request is started, canceled, or completed
|
||||
'LspNotify', -- after an LSP notice has been sent to the server
|
||||
'LspTokenUpdate', -- after a visible LSP token is updated
|
||||
'LspProgress', -- after a LSP progress update
|
||||
'LspRequest', -- after an LSP request is started, canceled, or completed
|
||||
'LspTokenUpdate', -- after a visible LSP token is updated
|
||||
'MenuPopup', -- just before popup menu is displayed
|
||||
'ModeChanged', -- after changing the mode
|
||||
'OptionSet', -- after setting any option
|
||||
@@ -160,8 +160,8 @@ return {
|
||||
LspAttach = true,
|
||||
LspDetach = true,
|
||||
LspNotify = true,
|
||||
LspRequest = true,
|
||||
LspProgress = true,
|
||||
LspRequest = true,
|
||||
LspTokenUpdate = true,
|
||||
RecordingEnter = true,
|
||||
RecordingLeave = true,
|
||||
|
Reference in New Issue
Block a user