add more plugins and change theme
This commit is contained in:
parent
b292e2a418
commit
2222eb9b35
5 changed files with 33 additions and 12 deletions
8
lua/custom/plugins/theme.lua
Normal file
8
lua/custom/plugins/theme.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
'catppuccin/nvim',
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'catppuccin'
|
||||
end,
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue