summaryrefslogtreecommitdiff
path: root/lua/nv-globals.lua
blob: 7fa859a0c624ba6fbf586c8cb1d01fe81b0b4c26 (plain)
1
2
3
4
5
6
7
8
9
10
11
local nv_options = {}

DATA_PATH = vim.fn.stdpath('data')
CACHE_PATH = vim.fn.stdpath('cache')

python = {
linter = nil,

}

return nv_options