From eb51505762f10ba6fee72d5024787520153042b2 Mon Sep 17 00:00:00 2001 From: Dor Simhon Date: Mon, 7 Aug 2023 08:53:14 +0300 Subject: [PATCH] t --- init.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/init.lua b/init.lua index 7350ba5a..403f1337 100644 --- a/init.lua +++ b/init.lua @@ -130,11 +130,9 @@ require('lazy').setup({ }, { - -- Theme inspired by Atom - 'navarasu/onedark.nvim', - priority = 1000, + 'rebelot/kanagawa.nvim', config = function() - vim.cmd.colorscheme 'onedark' + vim.cmd.colorscheme 'kanagawa' end, }, @@ -208,7 +206,7 @@ require('lazy').setup({ -- Uncomment the following line and add your plugins to `lua/custom/plugins/*.lua` to get going. -- -- For additional information see: https://github.com/folke/lazy.nvim#-structuring-your-plugins - -- { import = 'custom.plugins' }, + { import = 'custom.plugins' }, }, {}) -- [[ Setting options ]]