diff options
Diffstat (limited to 'lua/nv-globals.lua')
-rw-r--r-- | lua/nv-globals.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lua/nv-globals.lua b/lua/nv-globals.lua index 60fadff0..7fa859a0 100644 --- a/lua/nv-globals.lua +++ b/lua/nv-globals.lua @@ -1,2 +1,11 @@ +local nv_options = {} + DATA_PATH = vim.fn.stdpath('data') CACHE_PATH = vim.fn.stdpath('cache') + +python = { +linter = nil, + +} + +return nv_options |