Remove marksman lspconfig, don't need it

This commit is contained in:
flyingscorpio@clevo 2022-08-16 19:58:30 +02:00
parent 0d263e870f
commit b5742a611b

View file

@ -92,12 +92,6 @@ lspconfig.sumneko_lua.setup {
},
}
-- Markdown
lspconfig.marksman.setup {
capabilities = capabilities,
on_attach = attach_fn,
}
-- Python
lspconfig.jedi_language_server.setup {
capabilities = capabilities,