Skip to content

Commit

Permalink
fix: Correct link for adding filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewferrier committed Nov 3, 2024
1 parent f8b1f2f commit 358340a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/debugprint/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ local insert_debugprint_line = function(opts)
line_to_insert = utils_errors.construct_error_line(
"No debugprint configuration for filetype "
.. utils.get_effective_filetypes()[1]
.. "; 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"
)
end

Expand Down

0 comments on commit 358340a

Please sign in to comment.