This commit is contained in:
marekmichalski 2024-02-25 12:40:52 +01:00
parent 47500c80a7
commit cacd5e29c0
10 changed files with 88 additions and 57 deletions

View file

@ -46,9 +46,9 @@ return {
-- Tsserver usually works poorly. Sorry you work with bad languages
-- You can remove this line if you know what you're doing :)
if client.name == 'tsserver' then
return
end
-- if client.name == 'tsserver' then
-- return
-- end
-- Create an autocmd that will run *before* we save the buffer.
-- Run the formatting command for the LSP that has just attached.