1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
O = {
auto_complete = true,
colorscheme = 'nvcode',
python = {linter = nil, formatter = nil, autoformat = false},
javascript = {linter = nil, formatter = nil, autoformat = false},
javascriptreact = {linter = nil, formatter = nil, autoformat = false},
lua = {formatter = nil, autoformat = false},
bash = {linter = nil, formatter = nil, autoformat = false},
css = {formatter = nil, autoformat = false},
json = {formatter = nil, autoformat = false},
}
DATA_PATH = vim.fn.stdpath('data')
CACHE_PATH = vim.fn.stdpath('cache')
|