|
|
@ -146,9 +146,6 @@ require('lazy').setup({
|
|
|
|
-- Theme inspired by Atom
|
|
|
|
-- Theme inspired by Atom
|
|
|
|
'navarasu/onedark.nvim',
|
|
|
|
'navarasu/onedark.nvim',
|
|
|
|
priority = 1000,
|
|
|
|
priority = 1000,
|
|
|
|
config = function()
|
|
|
|
|
|
|
|
vim.cmd.colorscheme 'onedark'
|
|
|
|
|
|
|
|
end,
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -224,6 +221,8 @@ require('lazy').setup({
|
|
|
|
-- { import = 'custom.plugins' },
|
|
|
|
-- { import = 'custom.plugins' },
|
|
|
|
}, {})
|
|
|
|
}, {})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vim.cmd.colorscheme 'onedark'
|
|
|
|
|
|
|
|
|
|
|
|
-- [[ Setting options ]]
|
|
|
|
-- [[ Setting options ]]
|
|
|
|
-- See `:help vim.o`
|
|
|
|
-- See `:help vim.o`
|
|
|
|
-- NOTE: You can change these options as you wish!
|
|
|
|
-- NOTE: You can change these options as you wish!
|
|
|
|