I dont know where am i
This commit is contained in:
parent
5e15b4879e
commit
a5ef5cafe6
8
init.lua
8
init.lua
|
@ -158,12 +158,10 @@ require('lazy').setup({
|
|||
|
||||
{
|
||||
-- Theme inspired by Atom
|
||||
'navarasu/onedark.nvim',
|
||||
priority = 1000,
|
||||
transparent = true,
|
||||
'rose-pine/neovim',
|
||||
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'onedark'
|
||||
vim.cmd.colorscheme('rose-pine')
|
||||
end,
|
||||
},
|
||||
|
||||
|
@ -174,7 +172,7 @@ require('lazy').setup({
|
|||
opts = {
|
||||
options = {
|
||||
icons_enabled = true,
|
||||
theme = 'dracula',
|
||||
theme = 'rose-pine',
|
||||
component_separators = '|',
|
||||
section_separators = '',
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue