add: config default java

This commit is contained in:
asep.komarudin 2024-06-24 15:35:26 +07:00
parent 24b3020b5c
commit ef95246d88
5 changed files with 48 additions and 2 deletions

View file

@ -119,7 +119,7 @@ return {
local lsp_clients = lsp_format.get_format_clients({ bufnr = bufnr })
if not vim.tbl_isempty(lsp_clients) then
table.insert(buf_client_names, "LSP Formatter")
table.insert(buf_client_names, "lsp_fmt")
end
end
end