From 38f9c9bd10873a16e106d7d65fb066cfaa5c51be Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 18 Sep 2023 20:16:17 -0400 Subject: [PATCH] DRAFT - not a real suggestion This is not an actual suggestion. But doing this did remove the error message and I just thought I'd show it --- init.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.lua b/init.lua index ea330eb..b39065c 100644 --- a/init.lua +++ b/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!