feat: add all plugins from the old config

This commit is contained in:
Thomas Alcala Schneider 2023-03-22 16:54:27 +01:00
parent 4a37a0a9b1
commit 1fd5843cf1
No known key found for this signature in database
GPG key ID: 24BE5CF48622091B
55 changed files with 401 additions and 0 deletions

View file

@ -0,0 +1,9 @@
return {
"catppuccin/nvim",
name = "catppuccin",
config = function()
-- latte, frappe, macchiato, mocha
vim.g.catppuccin_flavour = "frappe"
require("catppuccin").setup()
end
}