fix: Removing the reference to the note_taking plugin on the production

branch
This commit is contained in:
2026-06-04 18:32:05 -05:00
parent 28649d7907
commit dbbe234781

View File

@@ -28,6 +28,6 @@ vim.schedule(function()
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)
-- require('plugins.note_taking') -- In house note taking plugin (TODO: rename once the plugin name is solidified)
-- require('plugins.nvim-lint') -- Linter loader
end)