Added tokyonight theme

Added colorscheme variable to opts file
This commit is contained in:
2023-06-24 00:10:45 +02:00
parent 5b942cb3aa
commit e8ef4f69a3
2 changed files with 6 additions and 3 deletions

View File

@@ -25,10 +25,8 @@ return packer.startup(function(use)
use({
"catppuccin/nvim",
as = "catppuccin",
config = function()
vim.cmd([[colorscheme catppuccin-mocha]])
end,
})
use("folke/tokyonight.nvim")
-- telescope
use({
"nvim-telescope/telescope.nvim",