R.lua make R output themed by neovim theme (#3416)

This commit is contained in:
Aman9das 2024-06-01 18:35:34 +05:30 committed by GitHub
parent b2858a297a
commit 595069d501
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -43,6 +43,7 @@ return {
pdfviewer = ""
},
config = function(_, opts)
vim.g.rout_follow_colorscheme = true
require("r").setup(opts)
require("r.pdf.generic").open = vim.ui.open
end,