telescope.nvim finders for https://github.com/JonasMuehlmann/bntp.go
Add the following line somewhere after require('telescope').setup()
.
require('telescope').load_extension('bntp')
-- List documents
:Telescope bntp documents
-- List a document's links
:Telescope bntp links
-- List a document's backlinks
:Telescope bntp backlinks
-- List a document's related pages
:Telescope bntp related_pages
-- List a document's sources
:Telescope bntp sources
documents
picker: <c-l>
in insert or normal mode to insert a markdown
link to the selected document.
Copyright (C) 2021-2022 Jonas Muehlmann
The project is licensed under the terms of the MIT license, you can view it here.