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