chore(nvim): cleanup color

main
sudo pacman -Syu 2023-06-29 17:27:48 +07:00
parent c4b1ac8c2b
commit d82d5585d4
1 changed files with 0 additions and 20 deletions

View File

@ -224,23 +224,6 @@ require("lazy").setup({
},
-- Colorschemes
-- https://github.com/cocopon/iceberg.vim
"cocopon/iceberg.vim",
-- https://github.com/projekt0n/github-nvim-theme
"projekt0n/github-nvim-theme",
-- https://github.com/nyoom-engineering/oxocarbon.nvim
{
"nyoom-engineering/oxocarbon.nvim",
},
-- https://github.com/folke/tokyonight.nvim
"folke/tokyonight.nvim",
-- https://github.com/junegunn/seoul256.vim
"junegunn/seoul256.vim",
-- https://github.com/catppuccin/nvim
{
"catppuccin/nvim",
@ -343,7 +326,4 @@ require("lazy").setup({
"github/copilot.vim",
})
-- vim.api.nvim_command("colorscheme iceberg")
-- vim.api.nvim_command("colorscheme oxocarbon")
-- vim.api.nvim_command("colorscheme github_dark")
vim.api.nvim_command("colorscheme catppuccin")