mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-23 17:28:50 +02:00
enc: optimize lsp config & optimize foramat on save
This commit is contained in:
parent
618b816d52
commit
a3143f9ae0
12 changed files with 437 additions and 322 deletions
|
@ -122,6 +122,8 @@ return {
|
|||
table.insert(buf_client_names, "lsp_fmt")
|
||||
end
|
||||
end
|
||||
elseif not status and supported_formatters and #supported_formatters == 0 then
|
||||
table.insert(buf_client_names, "lsp_fmt")
|
||||
end
|
||||
|
||||
-- add linter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue