From 9cc2f8a2a08598f5e251f76cc7b3c40717ceec62 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 19 Sep 2023 16:09:39 +0200 Subject: [PATCH] Enable jedils diagnostics --- lua/lsp/config/jedi_language_server.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/lsp/config/jedi_language_server.lua b/lua/lsp/config/jedi_language_server.lua index 0ebf85c..c506a10 100644 --- a/lua/lsp/config/jedi_language_server.lua +++ b/lua/lsp/config/jedi_language_server.lua @@ -34,12 +34,12 @@ return { init_options = { -- Built-in diagnostics seem to be very basic, -- to the point where you are wondering if it's even active. - -- Will use iamcco/diagnostic-languageserver instead. + -- Will use flake8 together with diagnosticls for added linting diagnostics = { -- Enables (or disables) diagnostics provided by Jedi -- type: boolean -- default: true - enable = false, + enable = true, }, -- The preferred MarkupKind for all jedi-language-server messages that take MarkupContent. -- type: string