nv-settings.lua

This commit is contained in:
Chris 2021-03-27 04:13:07 -04:00
parent eb10778110
commit 42638f6061
2 changed files with 3 additions and 2 deletions

View file

@ -1,21 +0,0 @@
--[[
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 = true
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