Skip to content

Files

Latest commit

2029925 · Mar 1, 2025

History

History

.nvim

You can run |:{range}lua| on specific lines of this file.

require("nvim-treesitter-quickfix").query_name(
	"refactored_functions",
	vim.tbl_map(function(filename)
		return { filename = filename, lang = "lua" }
	end, vim.fn.glob("**/*.lua", false, true))
)