Super simple telescope extension to jot notes
- create & update notes
- tags
- telescope fzf
use {
"nvim-telescope/telescope.nvim",
requires = { "/Users/tom/projects/notepad.nvim" },
config = function()
local telescope = require "telescope"
telescope.setup {
telescope.load_extension "notepad"
}
end
}
:Telescope notepad
Based on https://github.com/oem/arachne.nvim