mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
trying to install catpuccin
This commit is contained in:
parent
9b797cd700
commit
ba97446309
1 changed files with 20 additions and 9 deletions
|
|
@ -1,15 +1,26 @@
|
||||||
return {
|
return {
|
||||||
|
-- {
|
||||||
|
-- "projekt0n/github-nvim-theme",
|
||||||
|
-- lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
||||||
|
-- priority = 1000, -- make sure to load this before all the other start plugins
|
||||||
|
-- config = function()
|
||||||
|
-- require("github-theme").setup({
|
||||||
|
-- options = {
|
||||||
|
-- transparent = true,
|
||||||
|
-- },
|
||||||
|
-- })
|
||||||
|
-- vim.cmd("colorscheme github_dark_high_contrast")
|
||||||
|
-- end,
|
||||||
|
-- },
|
||||||
|
|
||||||
{
|
{
|
||||||
"projekt0n/github-nvim-theme",
|
"catppuccin/nvim",
|
||||||
lazy = false, -- make sure we load this during startup if it is your main colorscheme
|
name = "catppuccin",
|
||||||
priority = 1000, -- make sure to load this before all the other start plugins
|
lazy = false,
|
||||||
|
priority = 1000,
|
||||||
config = function()
|
config = function()
|
||||||
require("github-theme").setup({
|
require("catppuccin").setup({})
|
||||||
options = {
|
vim.cmd("colorscheme catppuccin-mocha")
|
||||||
transparent = true,
|
|
||||||
},
|
|
||||||
})
|
|
||||||
vim.cmd("colorscheme github_dark_high_contrast")
|
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue