|
|
@ -112,11 +112,12 @@ require('lazy').setup({
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
{ -- Theme inspired by Atom
|
|
|
|
{
|
|
|
|
'navarasu/onedark.nvim',
|
|
|
|
"bluz71/vim-nightfly-colors",
|
|
|
|
priority = 1000,
|
|
|
|
priority = 1000,
|
|
|
|
|
|
|
|
name = "nightfly",
|
|
|
|
config = function()
|
|
|
|
config = function()
|
|
|
|
vim.cmd.colorscheme 'onedark'
|
|
|
|
vim.cmd.colorscheme 'nightfly'
|
|
|
|
end,
|
|
|
|
end,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
@ -126,7 +127,7 @@ require('lazy').setup({
|
|
|
|
opts = {
|
|
|
|
opts = {
|
|
|
|
options = {
|
|
|
|
options = {
|
|
|
|
icons_enabled = false,
|
|
|
|
icons_enabled = false,
|
|
|
|
theme = 'onedark',
|
|
|
|
theme = 'nightfly',
|
|
|
|
component_separators = '|',
|
|
|
|
component_separators = '|',
|
|
|
|
section_separators = '',
|
|
|
|
section_separators = '',
|
|
|
|
},
|
|
|
|
},
|
|
|
|