From 595069d50114e841935ac00e1d4d734ed1756341 Mon Sep 17 00:00:00 2001 From: Aman9das <39594914+Aman9das@users.noreply.github.com> Date: Sat, 1 Jun 2024 18:35:34 +0530 Subject: [PATCH] R.lua make R output themed by neovim theme (#3416) --- lua/lazyvim/plugins/extras/lang/r.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/extras/lang/r.lua b/lua/lazyvim/plugins/extras/lang/r.lua index c89828c4..49b3dd9c 100644 --- a/lua/lazyvim/plugins/extras/lang/r.lua +++ b/lua/lazyvim/plugins/extras/lang/r.lua @@ -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,