fix: format on save tidak respon jika menggunakan lsp format

This commit is contained in:
asep.komarudin 2024-06-29 08:40:58 +07:00
parent 2e64635d7e
commit f5f74f80e0
6 changed files with 159 additions and 157 deletions

View file

@ -93,7 +93,8 @@ return {
if type(msg) == "boolean" or #msg == 0 then
return "LSP Inactive"
end
return msg
-- return msg
table.insert(buf_client_names, msg)
end
-- add client
for _, client in pairs(buf_clients) do