feat: Update basics

Updates:
 - Add `catppuccin` theme
 - Add `chmod +x` to `install.sh`
pull/589/head
David Papp 2 years ago
parent f9775b92f0
commit 92cab1395d

@ -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

Loading…
Cancel
Save