feat: Update basics

Updates:
 - Add `catppuccin` theme
 - Add `chmod +x` to `install.sh`
This commit is contained in:
David Papp 2024-01-19 19:50:43 +01:00
parent f9775b92f0
commit 92cab1395d
2 changed files with 10 additions and 2 deletions

View File

@ -198,12 +198,20 @@ require('lazy').setup({
-- end,
},
{
'sainnhe/gruvbox-material',
"catppuccin/nvim",
name = "catppuccin",
priority = 1000,
config = function ()
vim.cmd.colorscheme 'gruvbox-material'
vim.cmd.colorscheme "catppuccin-frappe"
end
},
{
'sainnhe/gruvbox-material',
-- priority = 1000,
-- config = function ()
-- vim.cmd.colorscheme 'gruvbox-material'
-- end
},
{
-- Set lualine as statusline

0
install.sh Normal file → Executable file
View File