Fix nvim config

This commit is contained in:
Maximilian Friedersdorff 2025-02-27 14:12:55 +00:00
parent 3c3d493a0f
commit 339e8e0b68

View file

@ -3,9 +3,6 @@ return {
"folke/snacks.nvim",
opts = {
gitbrowse = {
opts = {
what = "permalink",
},
config = function(opts, defaults)
opts.url_patterns["bitbucket%.org"] = {
branch = "/src/{branch}",
@ -13,6 +10,7 @@ return {
permalink = "/src/{commit}/{file}#lines-{line_start}:{line_end}",
commit = "/commits/{commit}",
}
opts.what = "permalink"
end,
},
},