chore(nvim): lsp config

This commit is contained in:
Rob Watson 2024-05-20 09:03:52 +02:00
parent 51ab8c8d80
commit c092b94b98
1 changed files with 6 additions and 0 deletions

View File

@ -105,6 +105,12 @@ nvim_lsp.rust_analyzer.setup({
nvim_lsp.solargraph.setup({
on_attach = on_attach,
settings = {
solargraph = {
autoformat = false,
formatting = false,
},
},
})
-- Typescript