chore(config): add junegunn/seoul256.vim
parent
a166138da5
commit
2fb0f4eef4
|
@ -156,6 +156,9 @@ if not vim.g.vscode then
|
||||||
-- https://github.com/cocopon/iceberg.vim
|
-- https://github.com/cocopon/iceberg.vim
|
||||||
use("cocopon/iceberg.vim")
|
use("cocopon/iceberg.vim")
|
||||||
|
|
||||||
|
-- https://github.com/junegunn/seoul256.vim
|
||||||
|
use("junegunn/seoul256.vim")
|
||||||
|
|
||||||
-- https://github.com/catppuccin/nvim
|
-- https://github.com/catppuccin/nvim
|
||||||
use({
|
use({
|
||||||
"catppuccin/nvim",
|
"catppuccin/nvim",
|
||||||
|
@ -168,9 +171,6 @@ if not vim.g.vscode then
|
||||||
|
|
||||||
require("catppuccin").setup({
|
require("catppuccin").setup({
|
||||||
term_colors = catppuccin_term_colors,
|
term_colors = catppuccin_term_colors,
|
||||||
compile = {
|
|
||||||
enabled = true,
|
|
||||||
},
|
|
||||||
})
|
})
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue