We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8b1f2f commit 358340aCopy full SHA for 358340a
lua/debugprint/init.lua
@@ -188,7 +188,7 @@ local insert_debugprint_line = function(opts)
188
line_to_insert = utils_errors.construct_error_line(
189
"No debugprint configuration for filetype "
190
.. utils.get_effective_filetypes()[1]
191
- .. "; see https://github.com/andrewferrier/debugprint.nvim?tab=readme-ov-file#add-custom-filetypes"
+ .. "; see https://github.com/andrewferrier/debugprint.nvim/blob/main/SHOWCASE.md#modifying-or-adding-filetypes"
192
)
193
end
194
0 commit comments