|
|
@ -7,9 +7,9 @@
|
|
|
|
-- kickstart.nvim and not kitchen-sink.nvim ;)
|
|
|
|
-- kickstart.nvim and not kitchen-sink.nvim ;)
|
|
|
|
|
|
|
|
|
|
|
|
return {
|
|
|
|
return {
|
|
|
|
-- NOTE: Yes, you can install new plugins here!
|
|
|
|
-- NOTE Yes, you can install new plugins here!
|
|
|
|
'mfussenegger/nvim-dap',
|
|
|
|
'mfussenegger/nvim-dap',
|
|
|
|
-- NOTE: And you can specify dependencies as well
|
|
|
|
-- NOTE And you can specify dependencies as well
|
|
|
|
dependencies = {
|
|
|
|
dependencies = {
|
|
|
|
-- Creates a beautiful debugger UI
|
|
|
|
-- Creates a beautiful debugger UI
|
|
|
|
'rcarriga/nvim-dap-ui',
|
|
|
|
'rcarriga/nvim-dap-ui',
|
|
|
|