preview.nvim/lua
Barrett Ruth edfe3b6117
refactor(presets): replace xdg-open with vim.ui.open
Problem: all presets hardcoded `open = { 'xdg-open' }`, making them
Linux-only. The compiler already handles `open = true` via
`vim.ui.open()`, which is cross-platform.

Solution: change all four presets to `open = true`.
2026-03-03 13:33:13 -05:00
..
preview refactor(presets): replace xdg-open with vim.ui.open 2026-03-03 13:33:13 -05:00