This commit is contained in:
Dor Simhon 2023-08-07 08:53:14 +03:00
parent 17fc375c0b
commit eb51505762
1 changed files with 3 additions and 5 deletions

View File

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