diff options
author | Chris <[email protected]> | 2021-03-23 18:55:12 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-23 18:55:12 -0400 |
commit | 7367ca68b7c020b5839a1c84da9cf1f9627e82ae (patch) | |
tree | 85ce87c1c0b5ca99f894e439a3714db2ad5d6f33 /lua/nv-globals.lua | |
parent | 353a643170597d5a9ad4ae8e353a45306b0e7553 (diff) |
easy install LSP
Diffstat (limited to 'lua/nv-globals.lua')
-rw-r--r-- | lua/nv-globals.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lua/nv-globals.lua b/lua/nv-globals.lua new file mode 100644 index 00000000..60fadff0 --- /dev/null +++ b/lua/nv-globals.lua @@ -0,0 +1,2 @@ +DATA_PATH = vim.fn.stdpath('data') +CACHE_PATH = vim.fn.stdpath('cache') |