chore: add github color
parent
6b267b7bbd
commit
90c5195727
|
@ -193,9 +193,6 @@ require("packer").startup(function()
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- https://github.com/tpope/vim-fugitive
|
|
||||||
use("tpope/vim-fugitive")
|
|
||||||
|
|
||||||
-- Colorschemes
|
-- Colorschemes
|
||||||
-- https://github.com/cocopon/iceberg.vim
|
-- https://github.com/cocopon/iceberg.vim
|
||||||
use("cocopon/iceberg.vim")
|
use("cocopon/iceberg.vim")
|
||||||
|
@ -250,4 +247,5 @@ end)
|
||||||
|
|
||||||
-- vim.api.nvim_command("colorscheme iceberg")
|
-- vim.api.nvim_command("colorscheme iceberg")
|
||||||
vim.api.nvim_command("colorscheme oxocarbon")
|
vim.api.nvim_command("colorscheme oxocarbon")
|
||||||
|
-- vim.api.nvim_command("colorscheme github_dark")
|
||||||
-- vim.api.nvim_command("colorscheme catppuccin")
|
-- vim.api.nvim_command("colorscheme catppuccin")
|
||||||
|
|
Loading…
Reference in New Issue