diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/core/plugins.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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 |