Skip to content

Commit eb396a8

Browse files
Tokaraktnmkr
authored andcommitted
Add Onedark Style (nvim-lua#590)
* Add style options to Onedark setup (init.lua) * stylua init.lua * Load onedark through `require` * Improve commenting
1 parent fb07354 commit eb396a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ require('lazy').setup({
193193
-- Theme inspired by Atom
194194
'navarasu/onedark.nvim',
195195
priority = 1000,
196+
lazy = false,
196197
config = function()
197198
vim.cmd.colorscheme 'onedark'
198199
end,

0 commit comments

Comments
 (0)