LunarVim.LunarVim/lua/nv-globals.lua

12 lines
143 B
Lua
Raw Normal View History

2021-03-27 01:03:58 -04:00
local nv_options = {}
2021-03-23 18:55:12 -04:00
DATA_PATH = vim.fn.stdpath('data')
CACHE_PATH = vim.fn.stdpath('cache')
2021-03-27 01:03:58 -04:00
python = {
linter = nil,
}
return nv_options