Use mypy live mode again

This commit is contained in:
Evie Litherland-Smith 2023-01-30 16:36:25 +00:00
parent a2bfd0c2b0
commit 161fe2fe31

View file

@ -70,8 +70,8 @@ cmp.setup({
end, end,
}, },
window = { window = {
-- completion = cmp.config.window.bordered(), completion = cmp.config.window.bordered(),
-- documentation = cmp.config.window.bordered(), documentation = cmp.config.window.bordered(),
}, },
mapping = cmp.mapping.preset.insert({ mapping = cmp.mapping.preset.insert({
['<C-b>'] = cmp.mapping.scroll_docs(-4), ['<C-b>'] = cmp.mapping.scroll_docs(-4),
@ -132,8 +132,6 @@ require('lspconfig')['pylsp'].setup {
maxLineLength = 88 maxLineLength = 88
}, },
mypy = { mypy = {
live_mode = false,
dmypy = true,
report_progress = true, report_progress = true,
}, },
}, },