| 123456789101112131415161718 | --[[O is the global options objectFormatters and linters should befilled in as strings with eithera global executable or a path toan executable]]O.auto_complete = trueO.colorscheme = 'nvcode'O.python.formatter = 'yapf'O.python.linter = nilO.python.autoformat = falseO.python.virtual_text = false
 |