Merge 38f9c9bd10873a16e106d7d65fb066cfaa5c51be into 4b31f8ef9e37f8a02739659a0a505927114c77af
This commit is contained in:
commit
c92e4eff44
5
init.lua
5
init.lua
@ -146,9 +146,6 @@ require('lazy').setup({
|
||||
-- Theme inspired by Atom
|
||||
'navarasu/onedark.nvim',
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'onedark'
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
@ -224,6 +221,8 @@ require('lazy').setup({
|
||||
-- { import = 'custom.plugins' },
|
||||
}, {})
|
||||
|
||||
vim.cmd.colorscheme 'onedark'
|
||||
|
||||
-- [[ Setting options ]]
|
||||
-- See `:help vim.o`
|
||||
-- NOTE: You can change these options as you wish!
|
||||
|
Loading…
x
Reference in New Issue
Block a user