feat: add all plugins from the old config
This commit is contained in:
parent
4a37a0a9b1
commit
1fd5843cf1
55 changed files with 401 additions and 0 deletions
9
lua/custom/plugins/themes/catppuccin.lua
Normal file
9
lua/custom/plugins/themes/catppuccin.lua
Normal 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
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue