summaryrefslogtreecommitdiff
path: root/lua/lvim/core
diff options
context:
space:
mode:
authorSergio Mendez <[email protected]>2021-10-20 12:05:18 -0400
committerGitHub <[email protected]>2021-10-20 18:05:18 +0200
commit5cf8c07ee921f8dfed03415fe5b8322754ea8615 (patch)
tree001447e6f312499686d8fd5d13e5d48a3c6a7647 /lua/lvim/core
parent9be8ea6aab5f6f4618cdcdbeafd9eec6bc049d24 (diff)
fix(bootstrap): support for using default neovim config and data directories (#1777)
Co-authored-by: kylo252 <[email protected]> Co-authored-by: James Walmsley <[email protected]>
Diffstat (limited to 'lua/lvim/core')
-rw-r--r--lua/lvim/core/dashboard.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/dashboard.lua b/lua/lvim/core/dashboard.lua
index 38d9d226..108ed0d2 100644
--- a/lua/lvim/core/dashboard.lua
+++ b/lua/lvim/core/dashboard.lua
@@ -70,7 +70,7 @@ M.setup = function()
vim.g.dashboard_session_directory = lvim.builtin.dashboard.session_directory
local lvim_site = "lunarvim.org"
- local lvim_version = get_version "short"
+ local lvim_version = require("lvim.bootstrap"):get_version "short"
local num_plugins_loaded = #vim.fn.globpath(get_runtime_dir() .. "/site/pack/packer/start", "*", 0, 1)
local footer = {