From 9f5007cbc31f64120b4bb9e45a3bbf0dcf119f2b Mon Sep 17 00:00:00 2001 From: FaultyBranches Date: Thu, 4 Jun 2026 18:31:02 -0500 Subject: [PATCH] feat: Adding the new FaultyBranches created note_taking plugin that may take over for telekasten --- nvim/lua/plugins/note_taking.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 nvim/lua/plugins/note_taking.lua diff --git a/nvim/lua/plugins/note_taking.lua b/nvim/lua/plugins/note_taking.lua new file mode 100644 index 0000000..994531c --- /dev/null +++ b/nvim/lua/plugins/note_taking.lua @@ -0,0 +1,6 @@ +vim.pack.add({ + -- 'https://git.faultybranches.dev/FaultyBranches_Public/faultynotes.git' + '~/repos/code/faultynotes' +}) + +require('faultynotes').setup()