Testing config

This commit is contained in:
Titus Moore 2023-11-05 16:07:39 -05:00
parent 899906525a
commit 2b3d0194b9
1 changed files with 17 additions and 6 deletions

View File

@ -138,12 +138,23 @@ require('lazy').setup({
}, },
}, },
{
"folke/tokyonight.nvim",
lazy = false, {
priority = 1000, "folke/tokyonight.nvim",
opts = {}, lazy = false,
}, priority = 1000,
opts = {},
},
-- require('tokyonight').setup({
-- on_highlights = function(h1, c)
-- h1.TelescopeResultsTitle = {
-- bg = c.bg_statusline,
-- fg = c.fg_sidebar,
-- }
-- end
-- })
{ {
-- Theme inspired by Atom -- Theme inspired by Atom