Browse posts with telescope.nvim

from blog Jonas Hietala, | ↗ original
I’ve used telescope.nvim's find files with require("telescope.builtin").find_files for quite some time. I use find files together with it’s cousin .oldfiles (find recently opened files) all the time for finding source code files, blog posts, and more. But it’s naturally restricted to operate on only filenames and you can make telescope richer by...