fix: add trouble and formatter nvim plugins
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
ded04456cb
commit
6db99389bc
4 changed files with 12 additions and 8 deletions
|
@ -30,7 +30,6 @@ cmp.setup({
|
|||
{ name = 'nvim_lsp' },
|
||||
{ name = 'ultisnips' }, -- For ultisnips users.
|
||||
}, {
|
||||
{ name = 'buffer' },
|
||||
})
|
||||
})
|
||||
|
||||
|
@ -151,9 +150,6 @@ lspconfig.java_language_server.setup {
|
|||
lspconfig.racket_langserver.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
root_dir = lspconfig.util.root_pattern(
|
||||
'main.rkt'
|
||||
)
|
||||
}
|
||||
|
||||
lspconfig.ocamllsp.setup {
|
||||
|
@ -161,7 +157,7 @@ lspconfig.ocamllsp.setup {
|
|||
capabilities = capabilities,
|
||||
}
|
||||
|
||||
lspconfig.pylsp.setup {
|
||||
lspconfig.jedi_language_server.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue