Testing config
This commit is contained in:
parent
899906525a
commit
2b3d0194b9
11
init.lua
11
init.lua
|
|
@ -138,6 +138,8 @@ require('lazy').setup({
|
|||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
"folke/tokyonight.nvim",
|
||||
lazy = false,
|
||||
|
|
@ -145,6 +147,15 @@ require('lazy').setup({
|
|||
opts = {},
|
||||
},
|
||||
|
||||
-- require('tokyonight').setup({
|
||||
-- on_highlights = function(h1, c)
|
||||
-- h1.TelescopeResultsTitle = {
|
||||
-- bg = c.bg_statusline,
|
||||
-- fg = c.fg_sidebar,
|
||||
-- }
|
||||
-- end
|
||||
-- })
|
||||
|
||||
{
|
||||
-- Theme inspired by Atom
|
||||
'navarasu/onedark.nvim',
|
||||
|
|
|
|||
Loading…
Reference in New Issue