rearrange some stuff, switch themes

This commit is contained in:
Gene Liverman 2024-01-02 23:23:23 -05:00
parent 2af59c0072
commit 0f11ababe4
23 changed files with 183 additions and 155 deletions

View file

@ -1,10 +0,0 @@
return {
"catppuccin/nvim",
name = "catppuccin",
flavour = "frappe", -- latte, frappe, macchiato, mocha
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme "catppuccin"
end,
}

View file

@ -0,0 +1,8 @@
return {
"Mofiqul/dracula.nvim",
lazy = false,
priority = 1000,
config = function()
vim.cmd.colorscheme("dracula")
end,
}