Config updates

This commit is contained in:
juanmagalhaes 2025-03-08 17:01:24 -03:00
parent 30581c9de2
commit 920e171950
4 changed files with 20 additions and 6 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.