This website requires JavaScript.
Explore
Help
Register
Sign In
linux
/
nvim-config
Watch
1
Star
0
Fork
0
You've already forked nvim-config
Code
Issues
Pull Requests
Activity
1ed88eaaca
nvim-config
/
init.lua
6 lines
91 B
Lua
Raw
Normal View
History
Unescape
Escape
初始化neovim 配置
2024-06-08 04:17:10 +00:00
vim.g
.
mapleader
=
"
"
优化主题
2024-06-08 06:48:51 +00:00
vim.o
.
background
=
"
light
"
初始化neovim 配置
2024-06-08 04:17:10 +00:00
local
vim
=
vim
require
(
"
lazynvim-init
"
)
Reference in New Issue
Copy Permalink