added catppuccin as colorscheme
This commit is contained in:
parent
efa884da0c
commit
dc09d3bb1e
3 changed files with 17 additions and 6 deletions
9
lua/custom/plugins/catppuccin.lua
Normal file
9
lua/custom/plugins/catppuccin.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
return {
|
||||
"catppuccin/nvim",
|
||||
name = "catppuccin",
|
||||
priority = 1000,
|
||||
config = function()
|
||||
vim.cmd.colorscheme 'catppuccin-macchiato'
|
||||
end
|
||||
}
|
||||
|
||||
3
lua/custom/plugins/surround.lua
Normal file
3
lua/custom/plugins/surround.lua
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
return {
|
||||
'tpope/vim-surround'
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue