diff options
author | Squibid <me@zacharyscheiman.com> | 2023-05-23 14:36:46 -0400 |
---|---|---|
committer | Squibid <me@zacharyscheiman.com> | 2023-05-23 14:36:46 -0400 |
commit | 978786719d8782039e5219e346b41b9d1512a1f0 (patch) | |
tree | e484d10df474823a8ea6cb50b806067dda6fe1f8 /lua | |
parent | 98ff0c6a718055cc2fc315187788e622f7b08c29 (diff) | |
download | nvim-978786719d8782039e5219e346b41b9d1512a1f0.tar.gz nvim-978786719d8782039e5219e346b41b9d1512a1f0.tar.bz2 nvim-978786719d8782039e5219e346b41b9d1512a1f0.zip |
formatting in plugins
Diffstat (limited to 'lua')
-rw-r--r-- | lua/core/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 648df59..9d108b1 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -8,7 +8,7 @@ require 'dep' { -- preformance -------------------------------------------------------------- { 'lewis6991/impatient.nvim' }, - -- GAMES + -- GAMES -------------------------------------------------------------------- { 'seandewar/killersheep.nvim' }, -- ui ----------------------------------------------------------------------- |