bunch of stuff idk

This commit is contained in:
Mark Riedesel 2024-07-05 15:13:33 -05:00
parent 658c50336c
commit d40ae0140e
13 changed files with 56 additions and 18 deletions

View file

@ -1,12 +1,6 @@
return {
'folke/tokyonight.nvim',
priority = 1000,
'AlphaTechnolog/pywal.nvim',
config = function ()
require('tokyonight').setup({
style = 'night',
on_colors = function () end,
on_highlights = function () end,
})
vim.cmd('colorscheme tokyonight')
vim.cmd('colorscheme pywal')
end,
}