From 6b2c4169f7917a00a2c14b434a4853f1c4af6f1e Mon Sep 17 00:00:00 2001 From: Garrett Dawson Date: Mon, 22 May 2023 16:28:29 -0600 Subject: [PATCH] fix: remove onedark --- init.lua | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/init.lua b/init.lua index d7fe3635..2ff5ccc5 100644 --- a/init.lua +++ b/init.lua @@ -128,14 +128,14 @@ require('lazy').setup({ }, }, - { - -- Theme inspired by Atom - 'navarasu/onedark.nvim', - priority = 1000, - config = function() - vim.cmd.colorscheme 'onedark' - end, - }, + -- { + -- -- Theme inspired by Atom + -- 'navarasu/onedark.nvim', + -- priority = 1000, + -- config = function() + -- vim.cmd.colorscheme 'onedark' + -- end, + -- }, { -- Set lualine as statusline @@ -162,7 +162,7 @@ require('lazy').setup({ }, -- "gc" to comment visual regions/lines - { 'numToStr/Comment.nvim', opts = { } }, + { 'numToStr/Comment.nvim', opts = {} }, -- Fuzzy Finder (files, lsp, etc) { 'nvim-telescope/telescope.nvim', branch = '0.1.x', dependencies = { 'nvim-lua/plenary.nvim' } },