From a9a84de5ab708421053177a17be7d1bee0a0e0ad Mon Sep 17 00:00:00 2001 From: Baipyrus Date: Wed, 10 Jan 2024 19:52:00 +0100 Subject: [PATCH] install ThePrimeagen's practice games --- init.lua | 3 +++ 1 file changed, 3 insertions(+) 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',