2 Star 2 Fork 0

Li Ran/nvea

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
init.lua 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
Li Ran 提交于 2022-03-06 00:13 . add statusline by myself
--[[
███╗ ██╗██╗ ██╗███████╗ ████╗
████╗ ██║██║ ██║██╔════╝ ██ ██╗
██╔██╗ ██║██║ ██║█████╗ ██╗ ██╗
██║╚██╗██║╚██╗ ██╔╝██╔══╝ ██║█████║
██║ ╚████║ ╚████╔╝ ███████╗██║ ██║
╚═╝ ╚═══╝ ╚═══╝ ╚══════╝╚═╝ ╚═╝
Neovim init file
Version: 0.1.5 - 2022/2/21
Maintainer: Li Ran
Website: https://gitee.com/liranux/nvea
--]]
local present, impatient = pcall(require, "impatient")
if present then
impatient.enable_profile()
end
-----------------------------------------------------------
-- Load theme
-----------------------------------------------------------
local theme_config = require("config").ui
local theme = require("colors")
theme.setup(theme_config)
theme.load()
-----------------------------------------------------------
-- Import Lua modules
-----------------------------------------------------------
require("core")
require("plugins")
require("statusline").setup()
-----------------------------------------------------------
-- Test Lua modules
-----------------------------------------------------------
vim.cmd [[
set rtp+=~/workstation/nvimPlugins/first.nvim
]]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liranux/nvea.git
[email protected]:liranux/nvea.git
liranux
nvea
nvea
master

搜索帮助