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",
name = "catppuccin",
priority = 1000,
config = function()
require("catppuccin").setup({
flavour = "latte", -- other options: "mocha", "frappe", "macchiato"
})
vim.cmd.colorscheme("catppuccin-latte")
end,
opts = {
flavour = "latte",
},
},
{
"LazyVim/LazyVim",