mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
11 lines
175 B
Lua
11 lines
175 B
Lua
return {
|
|
"xiyaowong/link-visitor.nvim",
|
|
event = "BufEnter",
|
|
opts = {
|
|
open_cmd = nil,
|
|
silent = true,
|
|
skip_confirmation = true,
|
|
border = "rounded",
|
|
},
|
|
}
|