|
|
|
@ -53,6 +53,16 @@ local plugins = {
|
|
|
|
|
opts = {}
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
|
-- Theme inspired by Atom
|
|
|
|
|
'navarasu/onedark.nvim',
|
|
|
|
|
priority = 1000,
|
|
|
|
|
config = function()
|
|
|
|
|
vim.cmd.colorscheme 'onedark'
|
|
|
|
|
end,
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
--[[
|
|
|
|
|
{
|
|
|
|
|
-- Theme inspired by Atom
|
|
|
|
|
'Mofiqul/dracula.nvim',
|
|
|
|
@ -62,6 +72,7 @@ local plugins = {
|
|
|
|
|
vim.cmd.colorscheme 'dracula'
|
|
|
|
|
end,
|
|
|
|
|
},
|
|
|
|
|
--]]
|
|
|
|
|
|
|
|
|
|
'HiPhish/rainbow-delimiters.nvim',
|
|
|
|
|
|
|
|
|
@ -71,7 +82,7 @@ local plugins = {
|
|
|
|
|
dependencies = { 'nvim-tree/nvim-web-devicons' },
|
|
|
|
|
opts = {
|
|
|
|
|
options = {
|
|
|
|
|
theme = 'dracula',
|
|
|
|
|
theme = 'onedark',
|
|
|
|
|
globalstatus = true,
|
|
|
|
|
},
|
|
|
|
|
sections = {
|
|
|
|
|