docs: update lua lsp formatting comments

This commit is contained in:
Logan Luo 2023-04-06 13:25:22 +08:00 committed by Micah Halter
parent 14ca83640a
commit 23c505c58a
1 changed files with 2 additions and 1 deletions

View File

@ -40,7 +40,8 @@ return {
},
},
disabled = { -- disable formatting capabilities for the listed language servers
-- "sumneko_lua",
-- disable lua_ls formatting capability if you want to use StyLua to format your lua code
-- "lua_ls",
},
timeout_ms = 1000, -- default format timeout
-- filter = function(client) -- fully override the default formatting function