From dbbe2347815d4eab682ac48a125c28118b98e83e Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Thu, 4 Jun 2026 18:32:05 -0500 Subject: [PATCH] fix: Removing the reference to the note_taking plugin on the production branch --- nvim/lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins.lua b/nvim/lua/plugins.lua index dd84bf6..d3cfc45 100644 --- a/nvim/lua/plugins.lua +++ b/nvim/lua/plugins.lua @@ -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)