mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 17:45:52 +02:00
fix: correct runtimepath order (#4124)
This commit is contained in:
parent
55e7fdb9d1
commit
6d3f8b2183
2 changed files with 14 additions and 3 deletions
2
init.lua
2
init.lua
|
@ -5,7 +5,7 @@ local base_dir = vim.env.LUNARVIM_BASE_DIR
|
|||
end)()
|
||||
|
||||
if not vim.tbl_contains(vim.opt.rtp:get(), base_dir) then
|
||||
vim.opt.rtp:append(base_dir)
|
||||
vim.opt.rtp:prepend(base_dir)
|
||||
end
|
||||
|
||||
require("lvim.bootstrap"):init(base_dir)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue