completion setup
This commit is contained in:
6
lua/config/theme.lua
Normal file
6
lua/config/theme.lua
Normal file
@@ -0,0 +1,6 @@
|
||||
local onedark = require("onedark")
|
||||
|
||||
onedark.setup{
|
||||
style = "darker"
|
||||
}
|
||||
onedark.load()
|
||||
Reference in New Issue
Block a user