Refactor Plugins

This commit is contained in:
LeoSM_07 2025-05-06 16:04:58 -04:00
parent b3f3fc70f0
commit 78dc0868c7
No known key found for this signature in database
8 changed files with 57 additions and 150 deletions

View file

@ -0,0 +1,8 @@
-- You can add your own plugins here or in other files in this directory!
-- I promise not to create any merge conflicts in this directory :)
--
-- See the kickstart.nvim README for more information
return {
'vague2k/vague.nvim',
config = function() end,
}