💡 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
+6 -2
View File
@@ -3,6 +3,10 @@
-- -----------------------------------------------------------------------------
return {
{ import = "lazyvim.plugins.extras.dap.core" },
{ import = "lazyvim.plugins.extras.dap.nlua" },
{ -- DAP Core
import = "lazyvim.plugins.extras.dap.core",
},
{ -- DAP Neovim Lua Adapter
import = "lazyvim.plugins.extras.dap.nlua",
},
}