~cjoly/telescope-repo.nvim

d79590c9369e3ff50414fbf6fa8e24038f0a0ab4 — Clément Joly 1 year, 1 month ago acae2f1
chore: add a target to generate tags

This helps when a LSP is unavailable or does not find a particular
symbol.
1 files changed, 3 insertions(+), 0 deletions(-)

M Makefile
M Makefile => Makefile +3 -0
@@ 10,3 10,6 @@ fmt:

lint:
	@luacheck lua/telescope

tags:
	@ctags -R . ~/.local/share/nvim/site/pack/*/*/*/lua/