From 42638f60619e965f66386ae6cd656951ac4a8fac Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 27 Mar 2021 04:13:07 -0400 Subject: nv-settings.lua --- nv-settings.lua | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 nv-settings.lua (limited to 'nv-settings.lua') diff --git a/nv-settings.lua b/nv-settings.lua new file mode 100644 index 00000000..03e6c99f --- /dev/null +++ b/nv-settings.lua @@ -0,0 +1,21 @@ +--[[ +O is the global options object + +Formatters and linters should be +filled in as strings with either +a global executable or a path to +an executable +]] + + +O.auto_complete = false +O.colorscheme = 'nvcode' + +O.python.formatter = 'yapf' +O.python.linter = nil +O.python.autoformat = false +O.python.diagnostics.virtual_text = false +O.python.diagnostics.signs = false +O.python.diagnostics.underline = false + + -- cgit v1.2.3