Skip to content

Commit

Permalink
docs: update lua lsp formatting comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Luo authored and mehalter committed Apr 6, 2023
1 parent 14ca836 commit 23c505c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23c505c

Please sign in to comment.