chore(nvim): lsp config
This commit is contained in:
parent
51ab8c8d80
commit
c092b94b98
|
@ -105,6 +105,12 @@ nvim_lsp.rust_analyzer.setup({
|
|||
|
||||
nvim_lsp.solargraph.setup({
|
||||
on_attach = on_attach,
|
||||
settings = {
|
||||
solargraph = {
|
||||
autoformat = false,
|
||||
formatting = false,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
-- Typescript
|
||||
|
|
Loading…
Reference in New Issue