💡 Add better plugin comments

- Add an identifying comment for each plugin
This commit is contained in:
2024-07-21 11:57:56 -04:00
parent 2a510fd163
commit 65bbf7fd61
10 changed files with 154 additions and 85 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
-- -------------------------------- DASHBOARD ----------------------------------
-- -----------------------------------------------------------------------------
return {
return { -- Dashboard
"nvimdev/dashboard-nvim",
opts = function()
if vim.fn.winheight(0) >= 80 and vim.fn.winwidth(0) >= 80 then