Set pdfviewer to be an empty string

This commit is contained in:
Ben Puryear 2024-05-27 23:10:04 -07:00
parent 49165e7b13
commit 63208a10ea

View file

@ -40,6 +40,7 @@ return {
}) })
end, end,
}, },
pdfviewer = ""
}, },
config = function(_, opts) config = function(_, opts)
require("r").setup(opts) require("r").setup(opts)