From ac8bf08674fde574eb2caa595693e163c47f003d Mon Sep 17 00:00:00 2001 From: Squibid Date: Wed, 10 May 2023 17:20:20 -0400 Subject: killer sheep game :) --- lua/core/plugins.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lua') diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 5be7755..f08d4db 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -8,6 +8,9 @@ require 'dep' { -- preformance -------------------------------------------------------------- { 'lewis6991/impatient.nvim' }, + -- GAMES + { 'seandewar/killersheep.nvim' }, + -- ui ----------------------------------------------------------------------- { 'kvrohit/mellow.nvim' }, -- colorscheme { 'lukas-reineke/indent-blankline.nvim' }, -- indentation indicators -- cgit v1.2.1