summaryrefslogtreecommitdiff
path: root/lua/config.lua
blob: 0fe195c28d441058b7a4fb38ed7817a364279363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
AUTO_COMPLETE=true
-- make list of languages
AUTO_FORMAT=true

COLORSCHEME='nvcode'

-- ideas

--[[

nv.lint.python='flake8'
nv.format.python='black'
nv.format.python='yapf'
nv.format.python='autopep8'
nv.format.tsserver='prettier'
nv.format.tsserver='eslint'


]]