Update nvim configs

This commit is contained in:
Ryan Hughes
2025-09-16 23:51:16 -04:00
parent a634eac187
commit 1fa7a28faa
4 changed files with 24 additions and 35 deletions

View File

@@ -3,12 +3,9 @@ return {
"catppuccin/nvim", "catppuccin/nvim",
name = "catppuccin", name = "catppuccin",
priority = 1000, priority = 1000,
config = function() opts = {
require("catppuccin").setup({ flavour = "latte",
flavour = "latte", -- other options: "mocha", "frappe", "macchiato" },
})
vim.cmd.colorscheme("catppuccin-latte")
end,
}, },
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",

View File

@@ -1,4 +1,9 @@
return { return {
{
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
},
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {

View File

@@ -1,31 +1,14 @@
return { return {
{ {
"gthelding/monokai-pro.nvim", "loctvl842/monokai-pro.nvim",
config = function() opts = {
require("monokai-pro").setup({ filter = "ristretto",
filter = "ristretto", },
override = function() },
return { {
NonText = { fg = "#948a8b" }, "LazyVim/LazyVim",
MiniIconsGrey = { fg = "#948a8b" }, opts = {
MiniIconsRed = { fg = "#fd6883" }, colorscheme = "monokai-pro",
MiniIconsBlue = { fg = "#85dacc" }, },
MiniIconsGreen = { fg = "#adda78" }, },
MiniIconsYellow = { fg = "#f9cc6c" },
MiniIconsOrange = { fg = "#f38d70" },
MiniIconsPurple = { fg = "#a8a9eb" },
MiniIconsAzure = { fg = "#a8a9eb" },
MiniIconsCyan = { fg = "#85dacc" }, -- same value as MiniIconsBlue for consistency
}
end,
})
vim.cmd([[colorscheme monokai-pro]])
end,
},
{
"LazyVim/LazyVim",
opts = {
colorscheme = "monokai-pro",
},
},
} }

View File

@@ -1,4 +1,8 @@
return { return {
{
"folke/tokyonight.nvim",
priority = 1000,
},
{ {
"LazyVim/LazyVim", "LazyVim/LazyVim",
opts = { opts = {