From eb1077811077e3f2f3834ddbb355a984ced395f8 Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 27 Mar 2021 04:06:14 -0400 Subject: update options for python --- lua/config.lua | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lua/config.lua') diff --git a/lua/config.lua b/lua/config.lua index 3bd6952b..ef081199 100644 --- a/lua/config.lua +++ b/lua/config.lua @@ -14,5 +14,8 @@ O.colorscheme = 'nvcode' O.python.formatter = 'yapf' O.python.linter = nil O.python.autoformat = false -O.python.virtual_text = false +O.python.diagnostics.virtual_text = false +O.python.diagnostics.signs = false +O.python.diagnostics.underline = false + -- cgit v1.2.3