summaryrefslogtreecommitdiff
path: root/lua/config.lua
blob: a579e0925bf4a6e7fd8788195c5d3834d92c6ba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--[[
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