cleanup: Removing extraneous items that are meant for development work

and experimental settings rather than the official stable setup
This commit is contained in:
2026-08-12 10:36:57 -05:00
parent 6e035d1f4c
commit 114d764b18
6 changed files with 5 additions and 39 deletions

View File

@@ -25,7 +25,4 @@ vim.schedule(function()
require('nvim-autopairs').setup() -- Automatic pair completion of paranteticals, braces, quotes, etc.
require('plugins.dap') -- DAP debugging plugin
require('plugins.dap-python') -- Debug plugin settings specifically for python
-- Experimental
-- require('plugins.note_taking') -- In house note taking plugin (TODO: rename once the plugin name is solidified)
end)