fix: add more vim.opt settings

This commit is contained in:
Garrett Dawson 2023-03-21 08:39:13 -06:00
parent b9217c37ba
commit 8cac12d06d
2 changed files with 20 additions and 3 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.