remove unnecessary notes

This commit is contained in:
Nick Burt 2023-12-19 18:49:37 -06:00
parent 3bc070e283
commit e4865c3667
1 changed files with 2 additions and 2 deletions

View File

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