This commit is contained in:
Sam 2023-09-18 20:17:21 -04:00 committed by GitHub
commit c92e4eff44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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!