💡 Add better plugin comments
- Add an identifying comment for each plugin
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user