up
This commit is contained in:
15
lua/kickstart/themes/onedark.lua
Normal file
15
lua/kickstart/themes/onedark.lua
Normal file
@@ -0,0 +1,15 @@
|
||||
-- Themes
|
||||
--
|
||||
|
||||
return {
|
||||
{
|
||||
'navarasu/onedark.nvim',
|
||||
priority = 1000, -- make sure to load this before all the other start plugins
|
||||
config = function()
|
||||
require('onedark').setup {
|
||||
style = 'darker',
|
||||
}
|
||||
require('onedark').load()
|
||||
end,
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user