summaryrefslogtreecommitdiff
path: root/mac/.config/TheSiahxyz
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-30 11:38:01 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2025-08-30 11:38:01 +0900
commitbe1af5bcc943f66aa951d6dda538a983147b72d7 (patch)
tree24b4e354626a8ccffc6e0b1cd83941cb7935ee1a /mac/.config/TheSiahxyz
parent08298668ccaa6990e1f971bf45c88a2541032e2e (diff)
modified plugins/urlview.lua
Diffstat (limited to 'mac/.config/TheSiahxyz')
-rw-r--r--mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/urlview.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/urlview.lua b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/urlview.lua
index 69e7762..d323a1a 100644
--- a/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/urlview.lua
+++ b/mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/urlview.lua
@@ -95,11 +95,11 @@ return {
-- Default: + (system clipboard)
default_register = "+",
-- Whether plugin URLs should link to the branch used by your package manager
- default_include_branch = true,
+ default_include_branch = false,
-- Ensure links shown in the picker are unique (no duplicates)
- unique = true,
+ unique = false,
-- Ensure links shown in the picker are sorted alphabetically
- sorted = true,
+ sorted = false,
-- Minimum log level (recommended at least `vim.log.levels.WARN` for error detection warnings)
log_level_min = vim.log.levels.INFO,
-- Keymaps for jumping to previous / next URL in buffer