onedark conf
This commit is contained in:
parent
7bbc1ef935
commit
3693d387d9
4
init.lua
4
init.lua
|
@ -1,4 +1,4 @@
|
||||||
--[[
|
--[[init
|
||||||
|
|
||||||
=====================================================================
|
=====================================================================
|
||||||
==================== READ THIS BEFORE CONTINUING ====================
|
==================== READ THIS BEFORE CONTINUING ====================
|
||||||
|
@ -162,8 +162,10 @@ require('lazy').setup({
|
||||||
priority = 1000,
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require('onedark').setup({
|
require('onedark').setup({
|
||||||
|
style = 'darker',
|
||||||
transparent = true, -- Show/hide background
|
transparent = true, -- Show/hide background
|
||||||
})
|
})
|
||||||
|
vim.cmd.colorscheme "onedark"
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue