This website requires JavaScript.
Explore
Help
Sign In
PlexSheep
/
neovim-confs
Watch
1
Star
1
Fork
You've already forked neovim-confs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
d4193727bd
neovim-confs
/
lua
/
user_config.lua
8 lines
67 B
Lua
Raw
Normal View
History
Unescape
Escape
add theme to user_config
2021-07-31 17:14:42 +02:00
local
M
=
{
ui
=
{
Update user_config.lua
2021-07-31 17:34:47 +02:00
theme
=
"
onedark
"
add theme to user_config
2021-07-31 17:14:42 +02:00
}
}
return
M