diff --git a/init.lua b/init.lua index 3d5d830..7ce5503 100644 --- a/init.lua +++ b/init.lua @@ -52,6 +52,9 @@ vim.opt.rtp:prepend(lazypath) -- [[ Configure plugins ]] require('lazy').setup({ + -- Practice games + 'ThePrimeagen/vim-be-good', + -- Git related plugins 'tpope/vim-fugitive', 'tpope/vim-rhubarb',