diff options
| -rw-r--r-- | mac/.config/TheSiahxyz/lua/TheSiahxyz/plugins/urlview.lua | 6 |
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 |
