chore(config): add junegunn/seoul256.vim

main
sudo pacman -Syu 2022-08-28 00:15:25 +07:00
parent a166138da5
commit 2fb0f4eef4
No known key found for this signature in database
GPG Key ID: D6CB5C6C567C47B0
1 changed files with 3 additions and 3 deletions

View File

@ -156,6 +156,9 @@ if not vim.g.vscode then
-- https://github.com/cocopon/iceberg.vim
use("cocopon/iceberg.vim")
-- https://github.com/junegunn/seoul256.vim
use("junegunn/seoul256.vim")
-- https://github.com/catppuccin/nvim
use({
"catppuccin/nvim",
@ -168,9 +171,6 @@ if not vim.g.vscode then
require("catppuccin").setup({
term_colors = catppuccin_term_colors,
compile = {
enabled = true,
},
})
end,
})