1 Star 0 Fork 2

乖不如野/LunarVim

forked from dragon/LunarVim 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
init.lua 631 Bytes
一键复制 编辑 原始数据 按行查看 历史
local base_dir = vim.env.LUNARVIM_BASE_DIR
or (function()
local init_path = debug.getinfo(1, "S").source
return init_path:sub(2):match("(.*[/\\])"):sub(1, -2)
end)()
if not vim.tbl_contains(vim.opt.rtp:get(), base_dir) then
vim.opt.rtp:prepend(base_dir)
end
require("lvim.bootstrap"):init(base_dir)
require("lvim.config"):load()
local plugins = require "lvim.plugins"
require("lvim.plugin-loader").load { plugins, lvim.plugins }
require("lvim.core.theme").setup()
local Log = require "lvim.core.log"
Log:debug "Starting LunarVim"
local commands = require "lvim.core.commands"
commands.load(commands.defaults)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Hanby0511/LunarVim.git
git@gitee.com:Hanby0511/LunarVim.git
Hanby0511
LunarVim
LunarVim
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385