bunch of stuff idk
This commit is contained in:
parent
658c50336c
commit
d40ae0140e
13 changed files with 56 additions and 18 deletions
|
@ -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,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue