2021-03-25 23:24:05 -04:00
|
|
|
--[[
|
2021-03-27 01:59:28 -04:00
|
|
|
O is the global options object
|
2021-03-25 23:24:05 -04:00
|
|
|
|
2021-03-27 01:59:28 -04:00
|
|
|
Formatters and linters should be
|
|
|
|
filled in as strings with either
|
|
|
|
a global executable or a path to
|
|
|
|
an executable
|
|
|
|
]]
|
2021-03-25 23:24:05 -04:00
|
|
|
|
|
|
|
|
2021-03-27 04:13:07 -04:00
|
|
|
O.auto_complete = false
|
2021-03-27 01:59:28 -04:00
|
|
|
O.colorscheme = 'nvcode'
|
2021-03-26 20:28:08 -04:00
|
|
|
|
2021-03-27 01:59:28 -04:00
|
|
|
O.python.formatter = 'yapf'
|
|
|
|
O.python.linter = nil
|
|
|
|
O.python.autoformat = false
|
2021-03-27 04:06:14 -04:00
|
|
|
O.python.diagnostics.virtual_text = false
|
|
|
|
O.python.diagnostics.signs = false
|
|
|
|
O.python.diagnostics.underline = false
|
|
|
|
|
2021-03-26 20:28:08 -04:00
|
|
|
|