mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-08-08 11:54:38 +02:00
add: config default java
This commit is contained in:
parent
24b3020b5c
commit
ef95246d88
5 changed files with 48 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue