install new colorschemes

This commit is contained in:
2022-04-10 18:31:28 +03:00
parent e796a460d6
commit 57cf766980
2 changed files with 4 additions and 1 deletions

View File

@@ -28,6 +28,9 @@ require("packer").startup(function(use)
-- Colorschemes go here
use({ "folke/tokyonight.nvim" })
use({ "sainnhe/edge" })
use({ "pineapplegiant/spaceduck" })
use({ "sainnhe/gruvbox-material" })
use({ "nocksock/bloop-vim" })
-- Make commenting code great
use({ "numToStr/Comment.nvim" })

View File

@@ -3,6 +3,6 @@ vim.g.edge_better_performance = 1
vim.g.tokyonight_style = "night"
vim.cmd([[
colorscheme tokyonight
colorscheme bloop
hi SpellBad guifg=red
]])